source: thomson/code/C/meatracker/display.h@ 90b6d4b

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

Work on MEATrakcer continues with some input and cursor handling.

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

  • Property mode set to 100644
File size: 120 bytes
Line 
1#include "stdint.h"
2
3void refreshchannels();
4void cursor(uint8_t x, uint8_t y);
5
6extern unsigned char cursorx, cursory;
Note: See TracBrowser for help on using the repository browser.