Willy-JL 1 год назад
Родитель
Сommit
69a24fcdcc
3 измененных файлов с 4 добавлено и 0 удалено
  1. BIN
      xremote/assets/Button_18x18.png
  2. 2 0
      xremote/views/xremote_common_view.h
  3. 2 0
      xremote/xremote_app.h

BIN
xremote/assets/Button_18x18.png


+ 2 - 0
xremote/views/xremote_common_view.h

@@ -18,6 +18,8 @@
 #include <infrared_transmit.h>
 #include <xc_icons.h>
 
+#include <assets_icons.h>
+
 #include "../infrared/infrared_remote.h"
 
 #define XREMOTE_BUTTON_COUNT 26

+ 2 - 0
xremote/xremote_app.h

@@ -28,6 +28,8 @@
 #include "views/xremote_common_view.h"
 #include "xc_icons.h"
 
+#include <assets_icons.h>
+
 //////////////////////////////////////////////////////////////////////////////
 // XRemote generic functions and definitions
 //////////////////////////////////////////////////////////////////////////////