pico-playground/scanvideo/demo2/data2.h

14 wiersze
305 B
C
Czysty Zwykły widok Historia

2024-08-08 12:01:58 +00:00
#pragma once
#include "pico.h"
#include "image.h"
typedef struct {
size_t size;
const uint8_t *bytes;
} blob;
extern const struct palette32 pi_palette;
extern const struct palette32 riscv_palette;
extern const struct image_data pi400_image_data;
extern const struct image_data riscv_image_data;