gb6/cli/lcd_imgui.c
2022-07-09 18:30:23 -05:00

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
}