mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 22:22:21 -04:00
Added fonts viewer (debug) app (#1251)
* Added fonts viewer (debug) app * Added fonts viewer (debug) app * Clang * Use degree symbol vs asterisk for latitude/longitude degrees * Save a few bytes by not overriding on_key * Save a few bytes by not overriding on_key * Clang
This commit is contained in:
parent
a09c0e4c2d
commit
60de625c37
3 changed files with 54 additions and 2 deletions
|
@ -84,8 +84,8 @@ class GeoPos : public View {
|
|||
|
||||
Labels labels_position{
|
||||
{{1 * 8, 0 * 16}, "Alt:", Color::light_grey()},
|
||||
{{1 * 8, 1 * 16}, "Lat: * ' \"", Color::light_grey()}, // No ° symbol in 8x16 font
|
||||
{{1 * 8, 2 * 16}, "Lon: * ' \"", Color::light_grey()},
|
||||
{{1 * 8, 1 * 16}, "Lat: \x90 ' \"", Color::light_grey()}, // 0x90 is degree ° symbol in our 8x16 font
|
||||
{{1 * 8, 2 * 16}, "Lon: \x90 ' \"", Color::light_grey()},
|
||||
};
|
||||
|
||||
NumberField field_altitude{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue