Prusa MINI Firmware overview
|
#include "gui.h"
#include "config.h"
◆ pd
◆ screen_test_msgbox_init()
◆ screen_test_msgbox_done()
◆ screen_test_msgbox_draw()
◆ screen_test_msgbox_event()
106 switch ((
int)param) {
◆ test_text
const char* test_text = "Welcome to the Original Prusa MINI setup wizard. Would you like to continue?" |
◆ screen_test_msgbox
◆ pscreen_test_msgbox
#define pd
Definition: screen_test_msgbox.c:29
#define MSGBOX_BTN_OKCANCEL
Definition: window_msgbox.h:21
#define MSGBOX_MSK_BTN
Definition: window_msgbox.h:9
#define MSGBOX_SHI_ICO
Definition: window_msgbox.h:14
static rect_ui16_t rect_ui16(uint16_t x, uint16_t y, uint16_t w, uint16_t h)
Definition: guitypes.h:159
void window_destroy(int16_t id)
Definition: window.c:132
#define MSGBOX_BTN_MAX
Definition: window_msgbox.h:29
void screen_test_msgbox_done(screen_t *screen)
Definition: screen_test_msgbox.c:97
int screen_test_msgbox_event(screen_t *screen, window_t *window, uint8_t event, void *param)
Definition: screen_test_msgbox.c:104
#define MSGBOX_ICO_INFO
Definition: window_msgbox.h:36
#define MSGBOX_BTN_OK
Definition: window_msgbox.h:20
void screen_close(void)
Definition: screen.c:80
void screen_test_msgbox_init(screen_t *screen)
Definition: screen_test_msgbox.c:33
void window_set_text(int16_t id, const char *text)
Definition: window.c:340
Definition: screen_test_msgbox.c:9
#define MSGBOX_BTN_RETRYCANCEL
Definition: window_msgbox.h:25
#define WINDOW_CLS_FRAME
Definition: window.h:9
#define MSGBOX_BTN_YESNOCANCEL
Definition: window_msgbox.h:23
void screen_test_msgbox_draw(screen_t *screen)
Definition: screen_test_msgbox.c:101
void window_set_tag(int16_t id, uint8_t tag)
Definition: window.c:329
#define WINDOW_CLS_TEXT
Definition: window.h:10
#define WINDOW_EVENT_CLICK
Definition: window.h:46
#define MSGBOX_BTN_YESNO
Definition: window_msgbox.h:24
int16_t window_create_ptr(int16_t cls_id, int16_t id_parent, rect_ui16_t rect, void *ptr)
Definition: window.c:102
void window_enable(int16_t id)
Definition: window.c:517
int
Definition: createSpeedLookupTable.py:15
#define MSGBOX_MSK_ICO
Definition: window_msgbox.h:8
#define MSGBOX_BTN_ABORTRETRYIGNORE
Definition: window_msgbox.h:22
const char * test_text
Definition: screen_test_msgbox.c:31