Skip to content

Commit

Permalink
Merge pull request #112 from pimoroni/patch-st7789-bl
Browse files Browse the repository at this point in the history
Revert ST7789 backlight for Pico Display
  • Loading branch information
Gadgetoid authored Mar 31, 2021
2 parents c3f609e + 50912e6 commit 81e051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/st7789/st7789.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 81e051a

Please sign in to comment.