Skip to content

Commit

Permalink
Merge pull request #407 from CircuitART/master
Browse files Browse the repository at this point in the history
Update board.h because of wrong pin in pull request #405
  • Loading branch information
hathach committed Sep 4, 2024
2 parents 819a49b + c57817a commit c2825a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/espressif/boards/circuitart_zero_s3/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

#define DISPLAY_PIN_CS 39
#define DISPLAY_PIN_DC 5
#define DISPLAY_PIN_RST 4
#define DISPLAY_PIN_RST 40

#define DISPLAY_PIN_BL 18
#define DISPLAY_BL_ON 0 // GPIO state to enable back light
Expand Down

0 comments on commit c2825a6

Please sign in to comment.