Skip to content

Commit

Permalink
Update firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
ShallowGreen123 committed Dec 3, 2024
1 parent c6135be commit 8451690
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/factory_test/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define UI_THEME_LIGHT 1

uint8_t display_rotation = 3;
uint8_t setting_theme = UI_THEME_LIGHT;
uint8_t setting_theme = UI_THEME_DARK;
uint32_t EMBED_COLOR_BG = 0x161823; // UI 的背景色
uint32_t EMBED_COLOR_FOCUS_ON = 0x91B821; // 组件选中时的颜色
uint32_t EMBED_COLOR_TEXT = 0xffffff; // 文本的颜色
Expand Down
Binary file not shown.

0 comments on commit 8451690

Please sign in to comment.