X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fdemo%2Fappconfig.h;h=e1a6107f759714f45db2c329d38a43f4d3bd9a36;hb=753d17c6975a0edd44fd771f1af01d95a61d292a;hp=f1ff38fb95980eb516b3e4ade1bae521a41dd8ed;hpb=b960c5a09882e1c72f11bf40509e925ce396faa9;p=bertos.git diff --git a/app/demo/appconfig.h b/app/demo/appconfig.h old mode 100755 new mode 100644 index f1ff38fb..e1a6107f --- a/app/demo/appconfig.h +++ b/app/demo/appconfig.h @@ -1,8 +1,33 @@ /** * \file * * * \brief DevLib configuration options @@ -46,6 +71,9 @@ /*#* *#* $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. *#* @@ -225,4 +253,7 @@ /// Accept input implicitly after this amount of time. #define CONFIG_LEVELEDIT_TIMEOUT 3000 /* ms */ +/// LCD bus size. If 0 use 8bit bus. +#define CONFIG_LCD_4BIT 0 + #endif /* APPCONFIG_H */