13 lines
205 B
C
13 lines
205 B
C
#ifndef ROBOT36_H
|
|
#define ROBOT36_H
|
|
|
|
#include "wav.h"
|
|
#include <stdint.h>
|
|
|
|
#define ROBOT36_WIDTH 320
|
|
#define ROBOT36_HEIGHT 240
|
|
|
|
void robot36_encode_image(wav_t *wav, uint8_t *rgb);
|
|
|
|
#endif // !ROBOT36_H
|