gb6/cli/lcd_imgui.c

8 lines
121 B
C
Raw Permalink Normal View History

2022-07-09 23:30:23 +00:00
#include "../src/lcd.h"
extern unsigned char output_image[160 * 144 * 4];
void lcd_draw(struct lcd *lcd)
{
// no-op
}