浏览代码

XRemote: Use system icons

Willy-JL 2 年之前
父节点
当前提交
69a24fcdcc
共有 3 个文件被更改,包括 4 次插入0 次删除
  1. 二进制
      xremote/assets/Button_18x18.png
  2. 2 0
      xremote/views/xremote_common_view.h
  3. 2 0
      xremote/xremote_app.h

二进制
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
 //////////////////////////////////////////////////////////////////////////////