Explorar el Código

Fix for new dolph_cry_49x54 icon

Willy-JL hace 1 año
padre
commit
f83c4629d4

+ 1 - 1
esubghz_chat/scenes/esubghz_chat_key_read_popup.c

@@ -137,7 +137,7 @@
 //         popup_reset(state->nfc_popup);
 //         popup_set_header(state->nfc_popup, "Failure!", 64, 2, AlignCenter, AlignTop);
 //         popup_set_text(state->nfc_popup, "Failed\nto read\nkey.", 78, 16, AlignLeft, AlignTop);
-//         popup_set_icon(state->nfc_popup, 21, 13, &I_Cry_dolph_55x52);
+//         popup_set_icon(state->nfc_popup, 14, 10, &I_dolph_cry_49x54);
 
 //         popup_set_timeout(state->nfc_popup, KEY_READ_POPUP_MS);
 //         popup_set_context(state->nfc_popup, state);

+ 1 - 1
minesweeper/scenes/menu_scene.c

@@ -31,7 +31,7 @@ void minesweeper_scene_menu_screen_on_enter(void* context) {
     dialog_ex_set_text(
         app->menu_screen, farewellPrompts[prompt_index], 65, 20, AlignLeft, AlignTop);
 
-    dialog_ex_set_icon(app->menu_screen, 11, 0, &I_Cry_dolph_55x52);
+    dialog_ex_set_icon(app->menu_screen, 11, 0, &I_dolph_cry_49x54);
 
     dialog_ex_set_left_button_text(app->menu_screen, "Back");
 

+ 3 - 3
unitemp/views/SensorsList_view.c

@@ -19,7 +19,7 @@
 #include <gui/modules/variable_item_list.h>
 #include <stdio.h>
 
-extern const Icon I_Cry_dolph_55x52;
+extern const Icon I_dolph_cry_49x54;
 
 //Текущий вид
 static View* view;
@@ -77,11 +77,11 @@ static void _enter_callback(void* context, uint32_t index) {
     if(unitemp_gpio_getAviablePort(type->interface, 0, NULL) == NULL) {
         if(type->interface == &SINGLE_WIRE || type->interface == &ONE_WIRE) {
             unitemp_popup(
-                &I_Cry_dolph_55x52, "Sensor is unavailable", "All GPIOs\nare busy", VIEW_ID);
+                &I_dolph_cry_49x54, "Sensor is unavailable", "All GPIOs\nare busy", VIEW_ID);
         }
         if(type->interface == &I2C) {
             unitemp_popup(
-                &I_Cry_dolph_55x52, "Sensor is unavailable", "GPIOs 15 or 16\nare busy", VIEW_ID);
+                &I_dolph_cry_49x54, "Sensor is unavailable", "GPIOs 15 or 16\nare busy", VIEW_ID);
         }
         return;
     }