mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 17:27:43 +03:00
Mini Lego TV
This commit is contained in:
23
ESP32_VideoPlayer/MiniLegoTV/config.h
Normal file
23
ESP32_VideoPlayer/MiniLegoTV/config.h
Normal 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
|
||||
Reference in New Issue
Block a user