Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
CostumCharacters.h
00001 #pragma once 00002 #include "TextLCD.h" 00003 00004 class CostumCharacters 00005 { 00006 private: 00007 TextLCD * lcd; 00008 00009 public: 00010 00011 CostumCharacters( TextLCD * lcd ); 00012 00013 void setBatteryIcon( int lvl ); 00014 void setGpsIcon( int gpsFix ); 00015 void setLoraIcon( int lora ); 00016 void setLoraStatusIcon( int loraStatus ); 00017 00018 00019 00020 }; 00021
Generated on Fri Jul 22 2022 16:00:05 by
1.7.2