Add support for ARM on IAR.
[bertos.git] / appconfig.h
index f936954baa4c90263b94fb8a6952a3633be37137..a30746dab91711056796fadd4e7265697ea14051 100755 (executable)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.5  2006/02/10 12:34:33  bernie
+ *#* Add missing config options for gfx and kbd.
+ *#*
+ *#* Revision 1.4  2006/01/23 23:12:27  bernie
+ *#* Enable CONFIG_GFX_VCOORDS.
+ *#*
  *#* Revision 1.3  2006/01/17 02:30:06  bernie
  *#* Add new config vars.
  *#*
 /// Select bitmap pixel format.
 #define CONFIG_BITMAP_FMT  BITMAP_FMT_PLANAR_H_MSB
 
-/// Enable line clipping algorithm
+/// Enable line clipping algorithm.
 #define CONFIG_GFX_CLIPPING 1
 
+/// Enable text rendering in bitmaps.
+#define CONFIG_GFX_TEXT 1
+
+/// Enable virtual coordinate system.
+#define CONFIG_GFX_VCOORDS 1
+
+/// Keyboard polling method
+#define CONFIG_KBD_POLL  KBD_POLL_SOFTINT
+
 #endif /* CONFIG_COMMON_H */