Skip to content

Commit

Permalink
ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mverch67 committed Oct 2, 2024
1 parent b014cac commit 27e8efa
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 36 deletions.
5 changes: 1 addition & 4 deletions generated/ui_320x240/images.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "images.h"

const ext_img_desc_t images[60] = {
const ext_img_desc_t images[57] = {
{ "meshtastic_boot_logo_image", &img_meshtastic_boot_logo_image },
{ "settings_button_image", &img_settings_button_image },
{ "map_button_image", &img_map_button_image },
Expand Down Expand Up @@ -56,9 +56,6 @@ const ext_img_desc_t images[60] = {
{ "debug_log_image", &img_debug_log_image },
{ "top_neighbors_image", &img_top_neighbors_image },
{ "radar_beam_image", &img_radar_beam_image },
{ "shield-check", &img_shield_check },
{ "public_key_24_image", &img_public_key_24_image },
{ "location_pin_14_image", &img_location_pin_14_image },
{ "lock_channel_image", &img_lock_channel_image },
{ "lock_secure_image", &img_lock_secure_image },
};
5 changes: 1 addition & 4 deletions generated/ui_320x240/images.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ extern const lv_img_dsc_t img_top_chart_image;
extern const lv_img_dsc_t img_debug_log_image;
extern const lv_img_dsc_t img_top_neighbors_image;
extern const lv_img_dsc_t img_radar_beam_image;
extern const lv_img_dsc_t img_shield_check;
extern const lv_img_dsc_t img_public_key_24_image;
extern const lv_img_dsc_t img_location_pin_14_image;
extern const lv_img_dsc_t img_lock_channel_image;
extern const lv_img_dsc_t img_lock_secure_image;

Expand All @@ -76,7 +73,7 @@ typedef struct _ext_img_desc_t {
} ext_img_desc_t;
#endif

extern const ext_img_desc_t images[60];
extern const ext_img_desc_t images[57];


#ifdef __cplusplus
Expand Down
Loading

0 comments on commit 27e8efa

Please sign in to comment.