From: mzuther Date: Thu, 22 Apr 2010 22:35:19 +0000 (+0000) Subject: drv_picoLCDGraphic.c: changed two annoying info messages to debugging messages X-Git-Tag: svn1203~84 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=06caf998da7e1dd8bbda1e504cb894638e9b26b1;p=lcd4linux.git 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 --- 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++) {