bertos/cfg/cfg_lcd.h File Reference
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_SOFTINT_REFRESH 0 |
| LCD setting for 32122A (AVR implementation). | |
| #define | CONFIG_LCD_WAIT 1 |
| LCD setting for 32122A (AVR implementation). | |
Detailed Description
Configuration file for lcd display module.
- Version:
- Id
- cfg_lcd.h 2563 2009-04-20 09:47:08Z batt
Definition in file bertos/cfg/cfg_lcd.h.
Define Documentation
| #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 54 of file bertos/cfg/cfg_lcd.h.
