Search found 2 matches

by jakiee3y
Sun Dec 12, 2021 1:00 am
Forum: Programs, Libraries and Tools
Topic: OLED with SSD1322 controller
Replies: 8
Views: 22177

Re: OLED with SSD1322 controller

First of all, thanks to jakiee3y for writing the driver 8-) I have adapted the test code for the ESP32 in MicroPython to try to run the display of a Raspberry Pi Pico. Unfortunately, when the display initialises, it just lights up nearly all the pixels and won't respond to the disp.fill(0) command....
by jakiee3y
Sat Jul 17, 2021 2:30 pm
Forum: Programs, Libraries and Tools
Topic: OLED with SSD1322 controller
Replies: 8
Views: 22177

Re: OLED with SSD1322 controller

danielm wrote:
Wed Feb 12, 2020 7:38 am
Is there any driver/library for OLED display with SSD1322 controller? Usual resolution is 256px * 64px.
after months of searching, I finally made my own version for ssd1322.
https://github.com/jakiee3y/micropython-ssd1322