Skip to content

Commit

Permalink
change sun bitmap to make it more like a sun (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm authored Mar 7, 2024
1 parent c28087a commit 7313789
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ venv/

# Other
*.bak

# generated bitmap arr file
# TODO: generate bitmap during build, since we use python during build anyway, lemme know if this is a bad idea @zxkmm
/firmware/tools/bitmap.hpp
8 changes: 4 additions & 4 deletions firmware/application/bitmap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5764,8 +5764,8 @@ static constexpr uint8_t bitmap_icon_brightness_data[] = {
0x00,
0x80,
0x01,
0x80,
0x01,
0x84,
0x21,
0x08,
0x10,
0xC0,
Expand All @@ -5786,8 +5786,8 @@ static constexpr uint8_t bitmap_icon_brightness_data[] = {
0x03,
0x08,
0x10,
0x80,
0x01,
0x84,
0x21,
0x80,
0x01,
0x00,
Expand Down
Binary file modified firmware/graphics/icon_brightness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7313789

Please sign in to comment.