Can't display on Adafruit SSD1107 64x128 display #2151
-
Hi, I'm trying to connect to Adafruit's Feather OLED display: https://www.adafruit.com/product/4650, I saw a few others on here had managed it, and I've not had any luck so far, despite trying this constructor, the SEEED, and Pimoroni 128x128 ones, and the generic 128x128 one. Can you help point out what I'm doing wrong or help me work out why its not working? (I'm not using Adafruit's library as I plan to port this over to a much smaller screen, which doesn't have the memory required to support it) Here's the test code I'm using (It should just open the serial comms, spit out the text, attempt to fill the screen 4 pixels at a time, from 0 to 128 in each axis to avoid rotation issues, spit out the time since boot, then stop):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
use u8g2.setI2CAddress(SCREEN_ADDRESS*2); See also: https://github.com/olikraus/u8g2/wiki/u8g2reference#seti2caddress |
Beta Was this translation helpful? Give feedback.
use
u8g2.setI2CAddress(SCREEN_ADDRESS*2);
See also: https://github.com/olikraus/u8g2/wiki/u8g2reference#seti2caddress