mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 07:19:34 -05:00
change sun bitmap to make it more like a sun (#1946)
This commit is contained in:
parent
c28087ac44
commit
73137891c4
4
.gitignore
vendored
4
.gitignore
vendored
@ -76,3 +76,7 @@ venv/
|
|||||||
|
|
||||||
# Other
|
# Other
|
||||||
*.bak
|
*.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
|
||||||
|
@ -5764,8 +5764,8 @@ static constexpr uint8_t bitmap_icon_brightness_data[] = {
|
|||||||
0x00,
|
0x00,
|
||||||
0x80,
|
0x80,
|
||||||
0x01,
|
0x01,
|
||||||
0x80,
|
0x84,
|
||||||
0x01,
|
0x21,
|
||||||
0x08,
|
0x08,
|
||||||
0x10,
|
0x10,
|
||||||
0xC0,
|
0xC0,
|
||||||
@ -5786,8 +5786,8 @@ static constexpr uint8_t bitmap_icon_brightness_data[] = {
|
|||||||
0x03,
|
0x03,
|
||||||
0x08,
|
0x08,
|
||||||
0x10,
|
0x10,
|
||||||
0x80,
|
0x84,
|
||||||
0x01,
|
0x21,
|
||||||
0x80,
|
0x80,
|
||||||
0x01,
|
0x01,
|
||||||
0x00,
|
0x00,
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 4.3 KiB |
Loading…
Reference in New Issue
Block a user