11#include "images.h"
22
3- const ext_img_desc_t images [89 ] = {
3+ const ext_img_desc_t images [90 ] = {
44 { "meshtastic_boot_logo_image" , & img_meshtastic_boot_logo_image },
55 { "settings_button_image" , & img_settings_button_image },
66 { "map_button_image" , & img_map_button_image },
@@ -16,7 +16,6 @@ const ext_img_desc_t images[89] = {
1616 { "home_memory_button" , & img_home_memory_button },
1717 { "node_client_image" , & img_node_client_image },
1818 { "keyboard_image" , & img_keyboard_image },
19- { "worldmap_image" , & img_worldmap_image },
2019 { "top_nodes_image" , & img_top_nodes_image },
2120 { "top_group_image" , & img_top_group_image },
2221 { "top_chats_image" , & img_top_chats_image },
@@ -86,8 +85,10 @@ const ext_img_desc_t images[89] = {
8685 { "zoom_plus_image" , & img_zoom_plus_image },
8786 { "gps_location_image" , & img_gps_location_image },
8887 { "location_lock_image" , & img_location_lock_image },
89- { "node_location_pin_image" , & img_node_location_pin_image },
9088 { "node_location_pin24_image" , & img_node_location_pin24_image },
9189 { "reboot_BT_on_image" , & img_reboot_bt_on_image },
9290 { "unmessagable_image" , & img_unmessagable_image },
91+ { "home_qr_button_image" , & img_home_qr_button_image },
92+ { "groups_bell_slash_image" , & img_groups_bell_slash_image },
93+ { "groups_bell_image" , & img_groups_bell_image },
9394};
0 commit comments