Start OLED support for ana-digi

This commit is contained in:
Nils Faerber 2011-08-10 20:13:00 +02:00
parent fc1c62b9c0
commit 59068bbd13
6 changed files with 173 additions and 1 deletions

View file

@ -39,6 +39,7 @@ void mw_free_pbuffer(mw_buffer *mwbuf);
/* makes a buffer for sending to the watch from the drawing buffer */
unsigned char *mw_make_mw_buffer(mw_buffer *mwbuf, int *buflen);
unsigned char *mw_make_mw_oled_buffer(mw_buffer *mwbuf, int *buflen);
void mw_dump_mw_buffer(mw_buffer *mwbuf);