aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/rgb24
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics/rgb24')
-rw-r--r--examples/graphics/rgb24/tim.s.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/graphics/rgb24/tim.s.template b/examples/graphics/rgb24/tim.s.template
index 9fb1fb6..205a081 100644
--- a/examples/graphics/rgb24/tim.s.template
+++ b/examples/graphics/rgb24/tim.s.template
@@ -3,4 +3,5 @@
.global tim_image
.type tim_image, @object
tim_image:
+ .balign 4 # Required to correctly parse and load the image
.incbin "${PROJECT_SOURCE_DIR}/bunpattern.tim"