pio_tft
pio_tft copied to clipboard
A library to interface a TFT to a Pico RP2040 using PIO and a parallel data path.
Results
3
pio_tft issues
Sort by
recently updated
recently updated
newest added
Hi, Just wondering if there is a limitation to 8bit MCU 8080 for a display, or if its possible to expand this to 16bit 8080 too? Just curious if you...
DMA
2
Can DMA be used?
Please can you explain how to use it? And how to make a hello world code? #define TFT_RST 15 #define TFT_RD 16 #define TFT_WR 17 #define TFT_RS 14 #define TFT_CS...