Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / app / demo / appconfig.h
old mode 100755 (executable)
new mode 100644 (file)
index 8e2eca4..d46212d
 
 /*#*
  *#* $Log$
+ *#* Revision 1.5  2006/09/20 19:55:01  marco
+ *#* Added CONFIG_LCD_4BIT.
+ *#*
+ *#* Revision 1.4  2006/09/13 18:29:22  bernie
+ *#* Add a few missing CONFIG_ definitions.
+ *#*
  *#* Revision 1.3  2006/07/19 12:56:24  bernie
  *#* Convert to new Doxygen style.
  *#*
@@ -92,8 +98,8 @@
  *#* Move cfg/config.h to appconfig.h.
  *#*/
 
-#ifndef CONFIG_COMMON_H
-#define CONFIG_COMMON_H
+#ifndef APPCONFIG_H
+#define APPCONFIG_H
 
 /** Baud-rate for the kdebug console */
 #define CONFIG_KDEBUG_BAUDRATE  19200
 /// Enable key beeps.
 #define CONFIG_KBD_BEEP  1
 
+/// Enable long pression handler for keys
+#define CONFIG_KBD_LONGPRESS  0
+
 /**
  * \name Type for the chart dataset
  * \{
 /// Accept input implicitly after this amount of time.
 #define CONFIG_LEVELEDIT_TIMEOUT 3000 /* ms */
 
-#endif /* CONFIG_COMMON_H */
+/// LCD bus size. If 0 use 8bit bus.
+#define CONFIG_LCD_4BIT 0
+
+#endif /* APPCONFIG_H */