mirror of
https://github.com/mlaux/gb6.git
synced 2025-01-18 01:29:45 +00:00
8 lines
121 B
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
|
|
} |