kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Merge pull request #112 from pimoroni/patch-st7789-bl
Revert ST7789 backlight for Pico Displaypull/115/head v0.1.1
commit
81e051a609
|
@ -21,7 +21,7 @@ namespace pimoroni {
|
|||
int8_t sck = 18;
|
||||
int8_t mosi = 19;
|
||||
int8_t miso = -1; // we generally don't use this pin
|
||||
int8_t bl = 21;
|
||||
int8_t bl = 20;
|
||||
int8_t vsync = -1; // only available on some products
|
||||
|
||||
uint32_t spi_baud = 64 * 1024 * 1024;
|
||||
|
|
Ładowanie…
Reference in New Issue