gb6/cli/lcd_imgui.c

8 lines
121 B
C

#include "../src/lcd.h"
extern unsigned char output_image[160 * 144 * 4];
void lcd_draw(struct lcd *lcd)
{
// no-op
}