sGUI
V1.0
|
▼ inc | |
color.h | Simple graphic library color definitions |
font.h | Simple graphic library font data |
lcd.h | Simple graphic library main functionality |
lcd_conf_template.h | Simple graphic library configuration |
lcd_lld.h | Simple graphic library controller communication interface |
▼ src | |
bmp.c | Simple graphic library bitmap support. Library to print a bmp from a file to the LCD display. This library depends on the FatFs from ChaN |
font.c | Simple graphic library font data |
geometry.c | Simple graphic library draw text functionality. Draw simple characters or full lines |
log.c | Simple graphic library message console. Print log messages to the display. This module uses a fifo to show every time the newest log messages |
text.c | Simple graphic library draw text functionality. Draw simple characters or full lines |