aboutsummaryrefslogtreecommitdiffstats
path: root/drv_picoLCDGraphic.c
diff options
context:
space:
mode:
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++) {