From 6c7dfbfc89562738139776ec947dac3f03f0b657 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Sat, 30 May 2020 01:42:00 +0200 Subject: [PATCH] The more arrow looks better with 1 px spacing on some UIs --- firmware/application/bitmap.hpp | 16 ++++++++-------- firmware/graphics/more.png | Bin 99 -> 102 bytes 2 files changed, 8 insertions(+), 8 deletions(-) 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 40f7c9b3bbc9c0fbc76f432e436c7686b48591d7..d29bd8baf02afbe64c77612c8aa2af1f4adabdc5 100644 GIT binary patch delta 71 zcmYdJo1o&P>*?Ycq7j^&;=ueL2+p54ae_m*%{YO{B!t0OYOY%$vxm?-ixtkE<tn?j ZGp>+S;k5br!-)Y1JYD@<);T3K0RY@R8Yut( delta 68 zcmYdGo}gl{>FMGaq7j^&a)9aI|NsBzPn<YWP=!_P!a)bEhMT=k$;ApjJWqt1_AxM6 X{Lo;nFJTO300K`}KbLh*2~7+Dt>_r{ -- GitLab