SSD1322 in 16-bit mode with AVR HW SPI? #1644
Replies: 2 comments 4 replies
-
16 bit mode has no influence on u8x8. |
Beta Was this translation helpful? Give feedback.
-
Hi Oli, Thanks for confirming. I had a feeling, but this was the code i was most likely to have broken! I'll have to look elsewhere in my code for the problem. One upside is that the corrupt display data at least fits the full 256 pixel width, unlike the non-corrupted 240 pixels! Progress! lol Neither strings or bitmaps show up, as previously. Limitation of the platform, perhaps, despite compiling? -Grant |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have the SSD1322 working well on an ATMega1284 in 8-bit mode, but no display/occasional corruption when i enable 16-bit mode in u8g2.h . I'm using the following callback code, for 4-wire HW SPI (I can't find the original source!):
Not really sure what to change, as all the callbacks relate to u8x8, which i understand to be 8-bit. Changing from half to full buffer makes no difference. I have a feeling the CS pin needs told to stay low for a byte longer?
Any help appreciated!
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions