Skip to content

Commit

Permalink
[LVGL] In the SPECIFIC properties of the arc widget, REVERSE and SYMM…
Browse files Browse the repository at this point in the history
…ETRIC are swapped. #586
  • Loading branch information
mvladic committed Nov 1, 2024
1 parent aee2725 commit 5680f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/project-editor/lvgl/lvgl-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ export const BAR_MODES = {
// _lv_arc_mode_t
export const ARC_MODES = {
NORMAL: 0,
REVERSE: 1,
SYMMETRICAL: 2
SYMMETRICAL: 1,
REVERSE: 2
};

// lv_colorwheel_mode_t
Expand Down

0 comments on commit 5680f7d

Please sign in to comment.