From: bernie Date: Fri, 10 Feb 2006 12:34:33 +0000 (+0000) Subject: Add missing config options for gfx and kbd. X-Git-Tag: 1.0.0~738 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3209699c4b8c578b0173bdd1b6b57aee36113836;p=bertos.git Add missing config options for gfx and kbd. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@503 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/appconfig.h b/appconfig.h index 1c209de9..a30746da 100755 --- a/appconfig.h +++ b/appconfig.h @@ -46,6 +46,9 @@ /*#* *#* $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. *#* @@ -170,7 +173,13 @@ /// 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 */