diff --git a/project/Core/Src/tftp.c b/project/Core/Src/tftp.c index 81e5859..2899362 100644 --- a/project/Core/Src/tftp.c +++ b/project/Core/Src/tftp.c @@ -145,6 +145,7 @@ void tftp_close(void* handle) { // TODO: waiting on pr of tim to merge so we can use the bmp lcd function lcd_clear(LCD_COLOR_BLACK); lcd_display_text((uint8_t*)"show me what you got virtImage.raw", 0, 0, LCD_COLOR_BLACK, LCD_COLOR_WHITE, LCD_FONT16); + //lcd_draw_bmp_img((uint8_t*)virt_file[1].data, 0, 0); } if (handle == &virt_file[2]) {