CFontz update: configfile, backlight, new firmware
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user