Removed commented out code

This commit is contained in:
Jack Massey 2019-02-25 21:33:14 +10:00
parent 81b9762c4b
commit 7a7b030e2a
1 changed files with 0 additions and 5 deletions

5
main.c
View File

@ -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);