From 7a7b030e2ad0242606d452f1af04d7e67eb5c7c9 Mon Sep 17 00:00:00 2001 From: Jack Massey Date: Mon, 25 Feb 2019 21:33:14 +1000 Subject: [PATCH] Removed commented out code --- main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.c b/main.c index 998d01d..938d4e3 100644 --- a/main.c +++ b/main.c @@ -6,10 +6,7 @@ #include "st7735_gfx.h" #include "st7735_font.h" -//#include "logo.h" #include "logo_bw.h" - -//#include "tom_thumb.h" #include "free_sans.h" int main(void) { @@ -21,8 +18,6 @@ int main(void) { st7735_draw_mono_bitmap(16, 4, (PGM_P) logo_bw, ST7735_COLOR_WHITE, ST7735_COLOR_BLACK); - //st7735_draw_bitmap(10, 10, &logo); - for(uint8_t x = 8; x <= 160; x += 8) { st7735_draw_line(0, 0, x, 128, ST7735_COLOR_GREEN);