More progress

This commit is contained in:
suchmememanyskill
2024-10-27 00:06:37 +02:00
parent ec7e6f180d
commit 309a6865a5
28 changed files with 296 additions and 766 deletions

View File

@@ -1,10 +1,10 @@
#pragma once
#include "lvgl.h"
#include "../core/macros_query.h"
#include "../conf/global_config.h"
#include "../core/printer_integration.hpp"
void macros_add_macros_to_panel(lv_obj_t * root_panel, MACROSQUERY query);
void macros_add_power_devices_to_panel(lv_obj_t * root_panel, POWERQUERY query);
void macros_set_current_config(PRINTER_CONFIG * config);
void macros_draw_power_fullscreen(PRINTER_CONFIG * config);
int macros_add_macros_to_panel(lv_obj_t * root_panel, BasePrinter* printer);
int macros_add_power_devices_to_panel(lv_obj_t * root_panel, BasePrinter* printer);
void macros_draw_power_fullscreen(BasePrinter* printer);
void macros_draw_power_fullscreen();