From 06caf998da7e1dd8bbda1e504cb894638e9b26b1 Mon Sep 17 00:00:00 2001 From: mzuther Date: Thu, 22 Apr 2010 22:35:19 +0000 Subject: 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 --- drv_picoLCDGraphic.c | 4 ++-- 1 file 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++) { -- cgit v1.2.3