#include <cfg/arch.h>#include <cfg/arch/gpio.h>#include <cfg/lcd.h>#include <stdlib.h>#include <string.h>#include <sys/nutconfig.h>#include <dev/st7036.h>#include <dev/term.h>#include <sys/timer.h>
Go to the source code of this file.
Defines | |
| #define | LCD_CLK_SET() |
| #define | LCD_CLK_CLR() |
| #define | LCD_MOSI_SET() |
| #define | LCD_MOSI_CLR() |
| #define | LCD_SHORT_DELAY 100 |
| #define | LCD_LONG_DELAY 1000 |
Variables | |
| NUTDEVICE | devSbiLcd |
| LCD device information structure. | |
| #define LCD_CLK_SET | ( | ) |
Definition at line 85 of file st7036_at91.c.
| #define LCD_CLK_CLR | ( | ) |
Definition at line 86 of file st7036_at91.c.
| #define LCD_MOSI_SET | ( | ) |
Definition at line 105 of file st7036_at91.c.
| #define LCD_MOSI_CLR | ( | ) |
Definition at line 106 of file st7036_at91.c.