discoverpixy
Data Structures | Typedefs | Functions
numupdown.h File Reference
#include "button.h"
Include dependency graph for numupdown.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  NUMUPDOWN_STRUCT
 

Typedefs

typedef void(* NUMUPDOWN_CALLBACK) (void *numupdown, int16_t value)
 

Functions

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)