pert_interf.h 200 B

1234567
  1. #define PERTD_VERSION 2007030500
  2. #define PERT_DISPLAY_WIDTH 20
  3. void wrtln(int row, char *p);
  4. void display_init(char *device_name);
  5. void display_close();
  6. void backlight(int on);
  7. extern int char_delay;