aboutsummaryrefslogtreecommitdiff
path: root/examples/rgb24/tim.s
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rgb24/tim.s')
-rw-r--r--examples/rgb24/tim.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/rgb24/tim.s b/examples/rgb24/tim.s
new file mode 100644
index 0000000..a4432d9
--- /dev/null
+++ b/examples/rgb24/tim.s
@@ -0,0 +1,7 @@
+.section .data
+
+.global tim_image
+.type tim_image, @object
+tim_image:
+ .incbin "bunpattern.tim"
+ \ No newline at end of file