sensebox / resources

1 stars 3 forks source link

Change Display Size in Adafruit SSD Library #9

Closed mariopesch closed 6 years ago

mariopesch commented 6 years ago

We must change the display size in the Adafruit_SSD1306.h

now

//   #define SSD1306_128_64
 #define SSD1306_128_32
//   #define SSD1306_96_16

should be:

     #define SSD1306_128_64
 // #define SSD1306_128_32
//   #define SSD1306_96_16