Booten in Titelbild.
authorWintermute <wintermute@hannover.ccc.de>
Fri, 25 Oct 2013 23:11:09 +0000 (01:11 +0200)
committerWintermute <wintermute@hannover.ccc.de>
Fri, 25 Oct 2013 23:11:09 +0000 (01:11 +0200)
Makefile
badge/main.c

index 001ad97..6a0817a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,10 @@ DEBUGBUILD = FALSE
 # IDE Flags (Keeps various IDEs happy)\r
 ##########################################################################\r
 \r
-#OPTDEFINES = -D __NEWLIB__ -DR0KET\r
-#OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 -DUSBONLY\r
-OPTDEFINES = -D __NEWLIB__ -DHOB_REV2\r
+OPTDEFINES = -D__NEWLIB__\r
+#OPTDEFINES += -DR0KET\r
+OPTDEFINES += -DHOB_REV2\r
+#OPTDEFINES += -DUSBONLY\r
 ##########################################################################\r
 # Project-specific files \r
 ##########################################################################\r
index cb9a0c9..e3cdb79 100644 (file)
@@ -214,7 +214,7 @@ uint8_t main_menu_show(uint8_t selected) {
   // größer werden: Parameter aus main_menu empfangen und merken.
   uint8_t first_visible = 0;
   char const *const menu[] = {
-    "Vanity-Screen",
+    "Titelbild",
     "Super Hackio",
     "Fahrplan",
     "USB-Modus"
@@ -262,6 +262,7 @@ int main(void)
   }
 
   badge_event_start();
+  badge_vanity_show();
   main_menu();
 #endif
 
This page took 0.029287 seconds and 4 git commands to generate.