diff options
Diffstat (limited to 'examples/rgb24/tim.s')
| -rw-r--r-- | examples/rgb24/tim.s | 7 |
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 |
