Fordi / P2PPU

A NES-like Picture Processing Unit for the Pixel 2.0 by Rabid Prototypes
https://www.kickstarter.com/projects/rabidprototypes/pixel-20-the-arduino-compatible-smart-display
0 stars 0 forks source link

[Free-for-all] Implement ST7735 driver / ensure compatibility with MK64FX512VMD12 (Teensy 3.5) and MK20DX256VLH7 (Teensy 3.2) #13

Closed Fordi closed 7 years ago

Fordi commented 7 years ago

I have an ST7735-controlled screen that I've used for the Julie project, and it'd be a shame not to take advantage of that to implement a driver for it. It would mean making sure μC PPU runs on the Teensy 3.x series of microcontrollers, which are Cortex M4 chips, and very much not SAMD. They also have different DMA controllers, so this'll likely modify what that code needs to look like for all the tech, and I may have to create a DMA driver interface there.