Forráskód Böngészése

XRemote: Use system icons

Willy-JL 1 éve
szülő
commit
69a24fcdcc

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
 //////////////////////////////////////////////////////////////////////////////