Skip to content

Commit

Permalink
ESP32_1732S019C
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent committed Dec 5, 2023
1 parent 3a20f8e commit b477225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/esp32_smartdisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define PWM_MAX_BCKL ((1 << PWM_BITS_BCKL) - 1)

// ESP32_1732S019 N/C
#if defined(ESP32_1732S019N)
#if defined(ESP32_1732S019N) || defined(ESP32_1732S019C)
#define TFT_WIDTH 170
#define TFT_HEIGHT 320
// Backlight
Expand Down

0 comments on commit b477225

Please sign in to comment.