Skip to content

Commit b8cbbe8

Browse files
committed
feat(box-3): update espp submodule to have working display control in ili9341 class and updated display config for box-3
1 parent 4baad65 commit b8cbbe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/espp

main/box_3.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static constexpr bool reset_value = true;
2727
static constexpr bool invert_colors = false;
2828
static constexpr auto rotation = espp::Display::Rotation::PORTRAIT_INVERTED;
2929
static constexpr bool mirror_x = true;
30-
static constexpr bool mirror_y = true;
30+
static constexpr bool mirror_y = false;
3131
static constexpr bool touch_swap_xy = true;
3232
static constexpr bool touch_invert_x = true;
3333
static constexpr bool touch_invert_y = false;

0 commit comments

Comments
 (0)