This commit is contained in:
2026-02-19 23:10:41 +01:00
commit d935aeaf9a
13 changed files with 8350 additions and 0 deletions

12
robot36.h Normal file
View File

@@ -0,0 +1,12 @@
#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