Mini Lego TV

This commit is contained in:
Eric
2022-09-13 14:17:10 -07:00
parent ba4e460a28
commit 50ab079cdb
4 changed files with 735 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#define CS 5
#define SCK 18
#define MOSI 23
#define MISO -1
#define DC 27
#define RST 33
#define BLK 22
#define I2S_MCLK -1
#define I2S_SCLK 25
#define I2S_LRCLK 26
#define I2S_DOUT 32
#define I2S_DIN -1
#define SD_SCK 14
#define SD_MOSI 15
#define SD_MISO 4
#define SD_CS 13
#define TOUCH_SDA 17
#define TOUCH_SCL 16
#define TOUCH_RST 19
#define TOUCH_IRQ 39