BeRTOS
|
Configuration file for lcd display module. More...
Go to the source code of this file.
Defines | |
#define | CONFIG_LCD_4BIT 0 |
Use 4 bit addressing mode. | |
#define | CONFIG_LCD_ADDRESS_FAST 1 |
Use a table to speed up LCD memory addressing. | |
#define | CONFIG_LCD_COLS LCD_HD44_COLS_16 |
Number of columns in LCD display. | |
#define | CONFIG_LCD_ROWS LCD_HD44_ROWS_2 |
Number of rows in LCD display. |
Configuration file for lcd display module.
Definition in file cfg_lcd_hd44.h.
#define CONFIG_LCD_ADDRESS_FAST 1 |
Use a table to speed up LCD memory addressing.
This will use about 100 bytes of RAM.
Definition at line 52 of file cfg_lcd_hd44.h.