We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
espp::WsS3Touch
1 parent df50646 commit 3de44b0Copy full SHA for 3de44b0
components/ws-s3-touch/include/ws-s3-touch.hpp
@@ -326,7 +326,7 @@ class WsS3Touch : public BaseComponent {
326
static constexpr gpio_num_t backlight_io = GPIO_NUM_15;
327
static constexpr bool reset_value = false;
328
static constexpr bool backlight_value = true;
329
- static constexpr bool invert_colors = true;
+ static constexpr bool invert_colors = false;
330
static constexpr auto rotation = espp::DisplayRotation::LANDSCAPE;
331
static constexpr bool mirror_x = false;
332
static constexpr bool mirror_y = false;
0 commit comments