-
• #2
Wow -- Nice! That looks like one sweet display too :)
-
• #3
Very cool - it'll be great to have a library for that!
-
• #4
Here's the driver and the example: git@github.com:rmd6502/Espruino_SSD1320.git
-
• #5
Pull request created for my customizations to the SPI drivers
-
• #7
I forgot about shiftout, tbh - the only tricky bit is that shiftout is lsb-first, the display wants msb-first.
Been working on driving This guy , and was finally successful. It was driving me crazy that the D/C is 0 for command, and I kept flipping that bit! Here's the userland code for the display, the SSD1320 driver and necessary changes to the firmware will be posted as soon as I take out all the debug printf's
1 Attachment