diff --git a/firmware/application/bitmap.hpp b/firmware/application/bitmap.hpp index 7d345cb3..45c254e1 100644 --- a/firmware/application/bitmap.hpp +++ b/firmware/application/bitmap.hpp @@ -1396,14 +1396,14 @@ static constexpr Bitmap bitmap_icon_utilities { }; static constexpr uint8_t bitmap_more_data[] = { - 0x20, - 0x20, - 0x20, - 0x20, - 0x20, - 0xA8, - 0x70, - 0x20, + 0x10, + 0x10, + 0x10, + 0x10, + 0x54, + 0x38, + 0x10, + 0x00, }; static constexpr Bitmap bitmap_more { { 8, 8 }, bitmap_more_data diff --git a/firmware/graphics/more.png b/firmware/graphics/more.png index 40f7c9b3..d29bd8ba 100644 Binary files a/firmware/graphics/more.png and b/firmware/graphics/more.png differ