Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 664 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 664 Bytes

CharMenu

Easy menu drawer to use with 16x2 character LCD for AVR. It uses lcd_lib.h from Scienceprog.com (GPL license)

What is it?

16x2 Char LCD is popular among embedded system, including the use in system debugging and even for user display. Building menu and its navigation for this limited characters LCD with good User-Experience is a bit hard. Therefore CharMenu propose the use of four buttons: [Enter] [Back] [Scroll Left] [Scroll Right] to navigate through the options displayed in the LCD.

what is it