Search found 1 match
- Tue May 25, 2021 8:49 pm
- Forum: ESP-IDF
- Topic: OLED & Graphics Libraries
- Replies: 5
- Views: 13459
Re: OLED & Graphics Libraries
Brilliant thank you, my issue was also with the address. Turns out the default set in the example 0x78 == 0x3c << 1, but I had changed it before even testing. I prefer your fix anyway.