Timeline for How to write simple text or display image on the SSD1322 OLED display
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 22, 2021 at 11:04 | review | Close votes | |||
| Jun 29, 2021 at 3:01 | |||||
| Jun 22, 2021 at 5:26 | answer | added | Nicholas Schlensky | timeline score: 1 | |
| Mar 24, 2021 at 9:03 | answer | added | Passerby | timeline score: 2 | |
| S Mar 24, 2021 at 8:49 | history | suggested | Mike | CC BY-SA 4.0 | format question |
| Mar 24, 2021 at 5:39 | review | Suggested edits | |||
| S Mar 24, 2021 at 8:49 | |||||
| Mar 22, 2021 at 12:11 | comment | added | brhans | You need to ask a more specific question here. "Has anyone been successful to 'X'" is really not a good fit for a stack exchange site. I could simply answer with "yes" - and this would be of no use to anyone. The implied 'question' (which isn't really a question) of "Please guide me to do 'X'" is far too broad in scope. | |
| Mar 22, 2021 at 11:44 | comment | added | Marko Buršič | I have made a linux kernel driver for it, but it is up to OS to fill the frame buffer. Now, you do need some routines that will fill the buffer, not very different approach for any other LCD. What are your expectations? What was the way you thought to turn on/off display pixels? | |
| Mar 22, 2021 at 11:27 | review | Close votes | |||
| Apr 9, 2021 at 3:06 | |||||
| Mar 22, 2021 at 11:19 | comment | added | Spehro 'speff' Pefhany | At least you have enough RAM for a full frame buffer (2K bytes- half your available RAM - is required for monochrome 256 x 64). | |
| Mar 22, 2021 at 11:13 | comment | added | StarCat | The SSD1322 display controller is well supported on the Arduino platform. You might look at the u8g2 library for inspiration, for example. | |
| Mar 22, 2021 at 11:08 | answer | added | Damien | timeline score: 0 | |
| Mar 22, 2021 at 11:01 | history | asked | John123 | CC BY-SA 4.0 |