From da39f402e5b91c78b724bfe568efc9339459f5a2 Mon Sep 17 00:00:00 2001 From: JF Date: Sat, 4 Jul 2020 13:58:15 +0200 Subject: Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These icons are smaller in memory and quicker to draw. BLE and battery icon replaced in Clock screen. Added heartbeat and step icons in Clock screen. Replace all labels in Menu by icons. Add doc to generate new font. --- src/DisplayApp/Screens/BleIcon.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/DisplayApp/Screens/BleIcon.h') diff --git a/src/DisplayApp/Screens/BleIcon.h b/src/DisplayApp/Screens/BleIcon.h index ee090f96..c1398d2a 100644 --- a/src/DisplayApp/Screens/BleIcon.h +++ b/src/DisplayApp/Screens/BleIcon.h @@ -1,13 +1,11 @@ #pragma once -#include - namespace Pinetime { namespace Applications { namespace Screens { class BleIcon { public: - static lv_img_dsc_t* GetIcon(bool isConnected); + static const char* GetIcon(bool isConnected); }; } } -- cgit v1.2.3-70-g09d2