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

Macros

#define BRIGHTNESS_VAL   2
 
#define ACTIVE_COLOR   RGB(251,208,123)
 
#define BORDER_COLOR   RGB(29,82,129)
 
#define BACKGROUND_COLOR   WHITE
 

Functions

void checkboxes_cb (void *touchArea, TOUCH_ACTION triggeredAction)
 
bool gui_checkbox_add (CHECKBOX_STRUCT *checkbox)
 
void gui_checkbox_redraw (CHECKBOX_STRUCT *checkbox)
 
void gui_checkbox_remove (CHECKBOX_STRUCT *checkbox)
 
void gui_checkbox_update (CHECKBOX_STRUCT *checkbox)
 

Macro Definition Documentation

#define ACTIVE_COLOR   RGB(251,208,123)
#define BACKGROUND_COLOR   WHITE
#define BORDER_COLOR   RGB(29,82,129)
#define BRIGHTNESS_VAL   2

Function Documentation

void checkboxes_cb ( void *  touchArea,
TOUCH_ACTION  triggeredAction 
)

Here is the call graph for this function:

Here is the caller graph for this function: