aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-23 17:16:39 +0200
committerBad Diode <bd@badd10de.dev>2023-04-23 17:16:39 +0200
commita4092c4a6b1ad1589552c06b29a72d868ef778f1 (patch)
treed08027606a4d490a85798cb09a5d7631366426b9 /src/assets.c
parentff6e784e7c5ebe223666c6c631305397ad358289 (diff)
downloadstepper-a4092c4a6b1ad1589552c06b29a72d868ef778f1.tar.gz
stepper-a4092c4a6b1ad1589552c06b29a72d868ef778f1.zip
Fix small font rendering and sprite drawing
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/assets.c b/src/assets.c
index 74d27d2..64a2265 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -104,10 +104,10 @@ u32 ch_btn_sprite[] = {
104}; 104};
105 105
106static const u32 default_wave_buttons[] = { 106static const u32 default_wave_buttons[] = {
107 0xff013149, 0x850101ff, 0x3f202028, 0x2423203f, 107 0x493101ff, 0xff010185, 0x2820203f, 0x3f202324,
108 0xff016151, 0x49c501ff, 0x3f202c2a, 0x2928203f, 108 0x516101ff, 0xff01c549, 0x2a2c203f, 0x3f202829,
109 0xff017d45, 0x45c501ff, 0x3f202828, 0x282f203f, 109 0x457d01ff, 0xff01c545, 0x2828203f, 0x3f202f28,
110 0xff014911, 0x812501ff, 0x3f202128, 0x2420203f, 110 0x114901ff, 0xff012581, 0x2821203f, 0x3f202024,
111}; 111};
112 112
113// 113//