TT-392
TT-392
 Ok, so, here is the scope image of me writing a 2x2 square of white pixels to the display. The nice thing here is that, because of the way...
> @TT-392 wow, now I understand those 7 bit banged bits and CMD signal switched by PPI. That's really clever how you solved that non dividable 65 bits by 8...
Ok, so, a little update. First, a small annoying property of I2S on the nrf52 that I didn't mention yet, This is that the data on the pins seems to...
> Any updates on this? Since I posted my last message, I have started my internship, which, is fulltime, so I haven't really had time, and I also had covid...
Well, it took some time, but here is the example driver, feel free to ask questions about the code. https://github.com/TT-392/pinetime-I2S-display-driver-example
Oh, as a bit of extra explanation, I ended up simplifying stuff by just writing a RAMWR + block of pixels function, the rest of the commands are just SPIM.
Just like, keep in mind that it will need some work for it to work on infinitime, but for someone familiar with the source code I don't think that part...