source: thomson/code/C/F14/text.h@ 1180ce9

main
Last change on this file since 1180ce9 was 1180ce9, checked in by Adrien Destugues <pulkomandy@…>, 11 years ago

F14 - Forever young. Released at Forever 14

git-svn-id: svn://localhost/thomson@45 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 122 bytes
Line 
1#include "stdint.h"
2
3void drawchar(char c, uint8_t x, uint8_t y);
4void drawstring(const char* str, uint8_t x, uint8_t y);
Note: See TracBrowser for help on using the repository browser.