CFontz update: configfile, backlight, new firmware

This commit is contained in:
reenoo
2001-12-23 21:25:23 +00:00
parent 2d53db20ff
commit 87b5487da5
3 changed files with 131 additions and 130 deletions
+9
View File
@@ -22,4 +22,13 @@ void CFontz_draw_frame (char *dat);
void CFontz_clear (void);
void CFontz_string (int x, int y, char string[]);
#define DEFAULT_CELL_WIDTH 6
#define DEFAULT_CELL_HEIGHT 8
#define DEFAULT_CONTRAST 140
#define DEFAULT_DEVICE "/dev/lcd"
#define DEFAULT_SPEED B9600
#define DEFAULT_BRIGHTNESS 60
#define DEFAULT_OFFBRIGHTNESS 0
#define DEFAULT_SIZE "20x4"
#endif