Skip to content

Commit 3de44b0

Browse files
authored
fix(ws-s3-touch): Fix color inversion in espp::WsS3Touch bsp component (#478)
1 parent df50646 commit 3de44b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-s3-touch/include/ws-s3-touch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class WsS3Touch : public BaseComponent {
326326
static constexpr gpio_num_t backlight_io = GPIO_NUM_15;
327327
static constexpr bool reset_value = false;
328328
static constexpr bool backlight_value = true;
329-
static constexpr bool invert_colors = true;
329+
static constexpr bool invert_colors = false;
330330
static constexpr auto rotation = espp::DisplayRotation::LANDSCAPE;
331331
static constexpr bool mirror_x = false;
332332
static constexpr bool mirror_y = false;

0 commit comments

Comments
 (0)