PokittoLogos.h
Go to the documentation of this file.
1 /**************************************************************************/
35 /**************************************************************************/
36 
37 #ifndef POKITTO_LOGOS_H
38 #define POKITTO_LOGOS_H
39 
40 #include <stdint.h>
41 
42 extern const uint8_t Pokitto_logo[];
43 extern const uint8_t Pokitto_headphones[];
44 extern const uint8_t Pokitto_speaker[];
45 extern const uint8_t Pokitto_volumebar[];
46 
47 #endif
48