Close

4 display types supported

A project log for 1Charger

OneCharger to rule them all; solar-panel, TEG, dynamo...

mrjbmr.jb 07/22/2015 at 09:360 Comments

You can choose different display types by activating #define of your choice

( by using CE you could have multi-screen ... ;-)

#define LX12864G_086_SPI   (3)
//#define SSD1306_SPI      (1)
//#define SSD1306_IIC      (2)
//#define NOKIA_5110_SPI   (0)


// Selected display type
#define DISP_TYPE          LX12864G_086_SPI
#define DISP_WIDTH         128
#define DISP_HEIGHT        64
#define DISP_NCOL_SMALL    21  // 128/6 small font

Discussions