examples/benchmark/kernel-core_avr/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 2927 2009-09-10 13:06:04Z lottaviano
Definition in file examples/benchmark/kernel-core_avr/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 examples/benchmark/kernel-core_avr/cfg/cfg_lcd.h.
