ugfx/gui.h
2012-06-07 14:37:29 +02:00

8 lines
188 B
C

#ifndef GUI_H
#define GUI_H
void guiDrawButton(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, unsigned char *str, uint16_t fontColor, uint16_t buttonColor, uint8_t *state);
#endif