]> git.webhop.me Git - lcd4linux.git/commitdiff
drv_picoLCDGraphic.c: changed two annoying info messages to debugging messages
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 22 Apr 2010 22:35:19 +0000 (22:35 +0000)
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Thu, 22 Apr 2010 22:35:19 +0000 (22:35 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1119 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_picoLCDGraphic.c

index 24067107e04a60107be3a81950dac273e413350b..5e28eb83993dfe622622ae737f13ede74d6e8813 100644 (file)
@@ -218,7 +218,7 @@ static void drv_pLG_update_img()
        return;
     }
 
-    info("In %s\n", __FUNCTION__);
+    debug("In %s\n", __FUNCTION__);
 
     for (cs = 0; cs < 4; cs++) {
        unsigned char chipsel = (cs << 2);      //chipselect
@@ -348,7 +348,7 @@ void drv_pLG_clear(void)
     unsigned char cs, line;
 
 
-    info("In %s\n", __FUNCTION__);
+    debug("In %s\n", __FUNCTION__);
     drv_pLG_send(cmd, 3);
 
     for (init = 0; init < 4; init++) {