kopia lustrzana https://github.com/raspberrypi/pico-playground
11 wiersze
283 B
C
11 wiersze
283 B
C
![]() |
#ifndef SOFTWARE_DATA_H
|
||
|
#define SOFTWARE_DATA_H
|
||
|
#include "image.h"
|
||
|
|
||
|
extern const struct palette32 welcome_palette;
|
||
|
extern const struct palette32 pi_palette;
|
||
|
extern const struct image_data welcome_image_data;
|
||
|
extern const struct image_data pi400_image_data;
|
||
|
|
||
|
#endif //SOFTWARE_DATA_H
|