diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index e3bc2f9..76a2046 100644 --- a/src/main.cc +++ b/src/main.cc @@ -13,6 +13,7 @@ int main (void) { text_t ohai; + ohai.speed = (4 << 4) + 15; ohai.str = (uint8_t *)"Ohai! "; //uint8_t anim_data[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0, 0, 0, 0, 0, 0, 0 }; |