Started ADS-B TX UI and frame encoding

This commit is contained in:
furrtek 2016-11-30 07:41:55 +01:00
parent 57dc1f7aa4
commit bb6eefe2be
13 changed files with 489 additions and 80 deletions

View file

@ -32,7 +32,7 @@ using namespace lpc43xx;
// TODO: Allow l=0 to not fill/justify? Already using this way in ui_spectrum.hpp...
std::string to_string_dec_uint(const uint32_t n, const int32_t l = 0, const char fill = 0);
std::string to_string_dec_int(const int32_t n, const int32_t l = 0, const char fill = 0);
std::string to_string_hex(const uint32_t n, const int32_t l = 0);
std::string to_string_hex(const uint64_t n, const int32_t l = 0);
std::string to_string_datetime(const rtc::RTC& value);
std::string to_string_time(const rtc::RTC& value);