aboutsummaryrefslogtreecommitdiff
path: root/Source/Font.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-08-18 20:17:13 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-08-18 20:17:13 +0200
commitb1aad213d450beae9920e30d6534680474f8df6f (patch)
treeac1f7affa103f70ad08e468e5450de7b21360dfa /Source/Font.c
parent150cc8adc003fea9812a58f1f224ec10a91cd44a (diff)
downloadairport-b1aad213d450beae9920e30d6534680474f8df6f.tar.gz
* Added more comments.
* Radio chatter sounds. * Created aircraft state STATE_STOPPED, to be used when L1 is pressed on aircraft selection mode.
Diffstat (limited to 'Source/Font.c')
-rw-r--r--Source/Font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Font.c b/Source/Font.c
index 6da18be..c00de66 100644
--- a/Source/Font.c
+++ b/Source/Font.c
@@ -12,6 +12,8 @@
* *************************************/
#define FONT_INTERNAL_TEXT_BUFFER_MAX_SIZE 200
+#define FONT_DEFAULT_CHAR_SIZE 16
+#define FONT_DEFAULT_INIT_CHAR '!'
/* *************************************
* Local Prototypes