Sync repo

ugfx_release_2.6
Kumar Abhishek 2012-06-14 17:14:05 +05:30
parent be23213164
commit 01179bb945
1 changed files with 0 additions and 5 deletions

5
glcd.c
View File

@ -104,13 +104,8 @@ void lcdDrawLine(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint16_t co
}
}
<<<<<<< HEAD
void lcdSetFont(const uint8_t *fnt) {
font = fnt;
=======
void lcdSetFont(const uint8_t *newFont) {
font = newFont;
>>>>>>> cleanups
}
void lcdSetFontTransparency(uint8_t transparency) {