discoverpixy
Macros | Functions
numupdown.c File Reference
#include "tft.h"
#include "touch.h"
#include "button.h"
#include "numupdown.h"
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
Include dependency graph for numupdown.c:

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)
 

Macro Definition Documentation

#define BASE_COLOR   RGB(90,90,90)

Function Documentation

void button_down_cb ( void *  button)

Here is the call graph for this function:

Here is the caller graph for this function:

void button_up_cb ( void *  button)

Here is the call graph for this function:

Here is the caller graph for this function:

static uint8_t calc_text_width ( int16_t  val)
static

Here is the caller graph for this function: