Prusa MINI Firmware overview
|
Go to the documentation of this file.
2 #ifndef _WIZARD_PROGRESS_BAR_H
3 #define _WIZARD_PROGRESS_BAR_H
15 int min,
int max,
int value);
17 int min,
int max,
int range_min,
int range_max,
int value);
19 int min,
int max,
int range_dif,
int value);
27 #endif //_WIZARD_PROGRESS_BAR_H
int wiz_set_progressbar(window_progress_t *p_progress, int min, int max, int value)
Definition: wizard_progress_bar.c:29
int wiz_set_progressbar_range(window_progress_t *p_progress, int min, int max, int range_min, int range_max, int value)
Definition: wizard_progress_bar.c:16
color_t color_progress
Definition: window_progress.h:19
#define COLOR_RED
Definition: guitypes.h:42
void wiz_set_progressbar_range_auto(window_progress_t *p_progress, int min, int max, int range_dif, int value)
Definition: wizard_progress_bar.c:5
#define max(a, b)
Definition: wiring_constants.h:40
void wiz_set_progressbar_range_auto(window_progress_t *p_progress, int min, int max, int range_dif, int value)
Definition: wizard_progress_bar.c:5
#define COLOR_LIME
Definition: guitypes.h:44
void wiz_set_progressbar_dual_cl(window_progress_t *p_progress, int value, int cl_val, color_t cl_0, color_t cl_100)
Definition: wizard_progress_bar.c:62
int wiz_get_percent(int min, int max, int value)
Definition: wizard_progress_bar.c:40
int16_t id
Definition: window.h:79
#define min(a, b)
Definition: wiring_constants.h:36
int wiz_get_percent(int min, int max, int value)
Definition: wizard_progress_bar.c:40
void window_set_value(int16_t id, float value)
Definition: window.c:363
#define COLOR_BLUE
Definition: guitypes.h:45
int wiz_set_progressbar_range(window_progress_t *p_progress, int min, int max, int range_min, int range_max, int value)
Definition: wizard_progress_bar.c:16
uint32_t color_t
Definition: guitypes.h:62
window_t win
Definition: window_progress.h:16
Definition: window_progress.h:15
void wiz_set_progressbar_dual_cl(window_progress_t *p_progress, int value, int cl_val, color_t cl_0, color_t cl_100)
Definition: wizard_progress_bar.c:62
static void mix_cl(color_t *ret, color_t cl_0, color_t cl_100, int progress, int chan)
Definition: wizard_progress_bar.c:49
int wiz_set_progressbar(window_progress_t *p_progress, int min, int max, int value)
Definition: wizard_progress_bar.c:29