diff options
author | Kumar Abhishek <abhishek@kumar> | 2012-06-14 17:14:05 +0530 |
---|---|---|
committer | Kumar Abhishek <abhishek@kumar> | 2012-06-14 17:14:05 +0530 |
commit | 01179bb945790e349f8c872991074fe52da40772 (patch) | |
tree | ed8f478e0abda9f660798989f6497d8b2ede13db /glcd.c | |
parent | be23213164d2373631328e13e4aa8d5c02512158 (diff) | |
download | uGFX-01179bb945790e349f8c872991074fe52da40772.tar.gz uGFX-01179bb945790e349f8c872991074fe52da40772.tar.bz2 uGFX-01179bb945790e349f8c872991074fe52da40772.zip |
Sync repo
Diffstat (limited to 'glcd.c')
-rw-r--r-- | glcd.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) { |