11 lines
177 B
C
11 lines
177 B
C
#ifndef _UIUC_H_
|
|
#define _UIUC_H_
|
|
|
|
#include "../lib/lib.h"
|
|
|
|
#define UIUC_IMAGE_WIDTH 720
|
|
#define UIUC_IMAGE_HEIGHT 200
|
|
extern const uint16_t UIUC_IMAGE_DATA[720 * 200];
|
|
|
|
#endif
|