aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-15 13:07:53 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-15 13:07:53 +0000
commit2e6d972471d3f3b975351c8994a70b114b9f520b (patch)
tree142b68dbbcd35a4127993e6e622309ec77ee1199
parentcab1c1a4002c5967a26f1ecd1e6384c0f890d454 (diff)
downloadlcd4linux-2e6d972471d3f3b975351c8994a70b114b9f520b.tar.gz
default model chnaged from 'generic' to 'M50530'
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1174 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r--drv_M50530.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_M50530.c b/drv_M50530.c
index c982cfa..ab1d6bf 100644
--- a/drv_M50530.c
+++ b/drv_M50530.c
@@ -292,7 +292,7 @@ static int drv_M5_start(const char *section, const int quiet)
int rows = -1, cols = -1;
unsigned int SF;
- s = cfg_get(section, "Model", "generic");
+ s = cfg_get(section, "Model", "M50530");
if (s != NULL && *s != '\0') {
int i;
for (i = 0; Models[i].type != 0xff; i++) {