Open pankaj-nikam opened 3 years ago
Yes, I found that sample and its working nice. I wanted C version because the Python currently does not support machine.RTC.
The Python example will be driven by C under the hood so you could fish it out of the Micropython source code
I ported SSD1306 lib to RP2040. Feel free to use it. https://github.com/mbober1/RPi-Pico-SSD1306-library
Thanks for the porting @mbober1 😃
See also https://github.com/raspberrypi/pico-examples/pull/49 :slightly_smiling_face:
I guess this was "fixed" by #130 ? That got merged into https://github.com/raspberrypi/pico-examples/releases/tag/sdk-1.3.0 so take a look at https://github.com/raspberrypi/pico-examples/tree/master/i2c/oled_i2c
There is an example in the repository at https://github.com/raspberrypi/pico-examples/tree/master/i2c/ssd1306_i2c Please close this issue.
Hi team, is there any sample for SSD1306 based OLED display? Can you please share? I am looking for 128x32 display. Thanks.