// define some items for 5v, SPI bit bang (emulated spi hardware) #define EADOGM163 1 // to use MODEL EADOG163 #define EADOGMVDD 5 // 5v LCD Vdd #define EADOGM_SPI_SW 1 // sw bit bang, can use any io pins #define EADOGM_PIN_RS PIN_E2 // RS line, (pin 39 on the LCD) #define EADOGM_PIN_CSB PIN_B7 // /CSB line, (pin 38 on the LCD) Req for SPI Opt for 8BIT #define EADOGM_SCLK_BB PIN_E1 // Connects to pin 29 on LCD #define EADOGM_MOSI_BB PIN_E0 // Connects to pin 28 on LCD #include "ea-dogm_mio.c"