Login
1 branch 0 tags
Ben (Desktop/Arch) Included more character ranges in robot (Greek/Cyrllic) 5652f1a 1 month ago 59 Commits
moon / src / screens / queue_dialog_screen.h
#pragma once
#include "../ui.h"
#include "lvgl.h"

struct queue_dialog_screen_state {
  lv_obj_t *list;
};

ui_state_t setup_queue_dialog_screen(void);
void free_queue_dialog_screen(queue_dialog_screen_state_t *state);
void update_queue_dialog_screen(queue_dialog_screen_state_t *state);