TDISP demo fix

ugfx_release_2.6
Joel Bodenmann 2013-05-15 18:05:25 +02:00
parent 5d4de9e0ee
commit 3571d18741
2 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@
#include "gfx.h"
int main(void) {
char charmap[8];
uint8_t charmap[8];
halInit();
chSysInit();

View File

@ -108,7 +108,7 @@ void tdispSetCursor(coord_t col, coord_t row);
* made up of @p tdispGetCharBitWidth() bits of data. Note that bits in multiple rows are not
* packed.
*/
void tdispCreateChar(uint8_t address, uint8_t *charmap);
void tdispCreateChar(uint8_t address, char* charmap);
/**
* @brief Draws a single character at the current cursor position and advances the cursor