Renamed displayapp/Screens to displayapp/screens
This commit is contained in:
8
src/displayapp/screens/BleIcon.cpp
Normal file
8
src/displayapp/screens/BleIcon.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "BleIcon.h"
|
||||
#include "Symbols.h"
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
|
||||
const char* BleIcon::GetIcon(bool isConnected) {
|
||||
if(isConnected) return Symbols::bluetooth;
|
||||
else return "";
|
||||
}
|
Reference in New Issue
Block a user