nice refactors, now way cleaner to work with!

This commit is contained in:
2026-04-07 17:20:42 +02:00
parent 966c15cffb
commit bdc58f5b48
17 changed files with 61 additions and 31 deletions

View File

@@ -0,0 +1,12 @@
#ifndef ROBOT36_H
#define ROBOT36_H
#include "sound/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