|
discoverpixy
|
#include "tft.h"#include "touch.h"#include "button.h"#include "numupdown.h"#include <stdio.h>#include <stddef.h>#include <stdlib.h>
Macros | |
| #define | BASE_COLOR RGB(90,90,90) |
Functions | |
| void | button_up_cb (void *button) |
| void | button_down_cb (void *button) |
| static uint8_t | calc_text_width (int16_t val) |
| bool | gui_numupdown_add (NUMUPDOWN_STRUCT *numupdown) |
| void | gui_numupdown_remove (NUMUPDOWN_STRUCT *numupdown) |
| void | gui_numupdown_update (NUMUPDOWN_STRUCT *numupdown) |
| void | gui_numupdown_redraw (NUMUPDOWN_STRUCT *numupdown) |
| #define BASE_COLOR RGB(90,90,90) |
| void button_down_cb | ( | void * | button | ) |


| void button_up_cb | ( | void * | button | ) |


|
static |

1.8.9.1