light text library for 5110 nokia lcd * easy to modify * proportional font, bold / inverse modes * easy to add / change fonts * fixed rows for fast update
Library finished! :-) If you use 5110 and need fast menus - try this library. No overhead - small and robust, optimized for this display type only, fast update. Nice looking font. Power management. Displays from 5110 and 3110 are cheap as dirt :-)
Diff: medvdv5110.h
- Revision:
- 3:03c7cb24222d
- Parent:
- 2:65df20ffef51
- Child:
- 4:82917c164f2b
diff -r 65df20ffef51 -r 03c7cb24222d medvdv5110.h --- a/medvdv5110.h Fri Dec 07 21:41:54 2012 +0000 +++ b/medvdv5110.h Fri Dec 07 21:53:31 2012 +0000 @@ -4,9 +4,6 @@ // Alexander Medvedev // -// depends of voltage and other factors -#define DEFAULT_CONTRAST 50 - // // Proportional font with 8px height // @@ -21,7 +18,7 @@ } lcd5110font; // Contrast value depends of voltage and other factors -#define DEFAULT_CONTRAST 50 +#define DEFAULT_CONTRAST 36 // // Nokia 5110 LCD Interface Class