Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
sif_ssd16xx_image.h
Go to the documentation of this file.
1 #ifndef SIF_SSD16xx_IMAGE_H
2 #define SIF_SSD16xx_IMAGE_H
3 
4 #include <stdint.h>
5 
6 /* Example Image from WaveShare */
7 extern uint8_t waveshare_example_img[];
8 
9 /* KNX IoT logo */
10 extern uint8_t knx_iot_logo[];
11 
12 #endif // SIF_SSD16xx_IMAGE_H
uint8_t knx_iot_logo[]
Definition: knx_iot_image_1_54.h:6
uint8_t waveshare_example_img[]
Definition: sif_ssd16xx_image.c:39