aboutsummaryrefslogtreecommitdiffstats
path: root/drv_picoLCDGraphic.c
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-04-22 22:35:19 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-04-22 22:35:19 +0000
commit06caf998da7e1dd8bbda1e504cb894638e9b26b1 (patch)
tree832d39686eb26d5edfe31653ba52d95eb423147d /drv_picoLCDGraphic.c
parent303e1ef13683e1171f03a3e5b3a6f80c4650c8f5 (diff)
downloadlcd4linux-06caf998da7e1dd8bbda1e504cb894638e9b26b1.tar.gz
drv_picoLCDGraphic.c: changed two annoying info messages to debugging messages
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1119 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_picoLCDGraphic.c')
-rw-r--r--drv_picoLCDGraphic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drv_picoLCDGraphic.c b/drv_picoLCDGraphic.c
index 2406710..5e28eb8 100644
--- a/drv_picoLCDGraphic.c
+++ b/drv_picoLCDGraphic.c
@@ -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++) {