YALI
Yet Another LCD Interface
esp8266-conf.h
Go to the documentation of this file.
1 
30 #ifndef __UNI_LCD_LIB_ESP8266_HEADER__
31 #define __UNI_LCD_LIB_ESP8266_HEADER__
32 
36 #define ESP8266_FREERTOS 1
37 
41 #define SHIFTREG_CLK_PIN 12
45 #define SHIFTREG_DATA_PIN 13
49 #define SHIFTREG_LATCH_PIN 14
50 
51 // Data type and constant mappings.
55 #define UCHAR unsigned char
59 #define CHAR char
63 #define VOID void
64 
68 #define MAX_STR_LEN 16
69 
70 // System function mappings.
74 #define DELAY_LONG() usleep(6 * 1000)
78 #define DELAY_SHORT() usleep(64)
79 
80 #endif /* __UNI_LCD_LIB_ESP8266_HEADER__ */