Renamed displayapp/Screens to displayapp/screens
This commit is contained in:
parent
e3fb2f0b89
commit
4daab26926
40 changed files with 36 additions and 36 deletions
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 "";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue