-
Notifications
You must be signed in to change notification settings - Fork 1
/
bitmaps.h
10 lines (9 loc) · 1.55 KB
/
bitmaps.h
1
2
3
4
5
6
7
8
9
10
#ifndef __BITMAPS
#define __BITMAPS
#include "lcd.h"
static const bitmap_t bmp_rssi = {20,1,7,{31,4,31,4,255,4,21,14,4,0,0,0,36,24,24,36,0,0,0,0,31,4,31,4,255,4,21,14,4,0,0,0,0,0,0,0,0,0,0,0,31,4,31,4,255,4,149,142,4,0,0,0,0,0,0,0,0,0,0,0,31,4,31,4,255,4,149,142,4,192,192,0,0,0,0,0,0,0,0,0,31,4,31,4,255,4,149,142,4,192,192,0,240,240,0,0,0,0,0,0,31,4,31,4,255,4,149,142,4,192,192,0,240,240,0,252,252,0,0,0,31,4,31,4,255,4,149,142,4,192,192,0,240,240,0,252,252,0,255,255}};
static const bitmap_t bmp_sound = {20,1,7,{24,24,52,114,241,255,24,0,0,0,36,24,24,36,0,0,0,0,0,0,24,24,52,114,241,255,24,0,0,0,0,0,0,0,0,0,0,0,0,0,24,24,52,114,241,255,24,0,24,0,0,0,0,0,0,0,0,0,0,0,24,24,52,114,241,255,24,0,24,0,36,24,0,0,0,0,0,0,0,0,24,24,52,114,241,255,24,0,24,0,36,24,66,60,0,0,0,0,0,0,24,24,52,114,241,255,24,0,24,0,36,24,66,60,129,102,24,0,0,0,24,24,52,114,241,255,24,0,24,0,36,24,66,60,129,102,24,129,102,24}};
static const bitmap_t bmp_scale = {84,2,1,{0,62,42,42,62,128,62,42,42,62,0,0,0,0,0,0,0,0,0,46,42,42,62,128,42,42,42,62,0,0,0,0,0,0,0,0,0,46,42,42,62,128,62,42,42,62,0,0,0,0,0,0,0,0,62,0,62,34,34,190,0,42,42,42,62,0,0,0,0,0,0,0,62,0,62,34,34,190,0,62,42,42,62,0,8,8,28,8,8,255,8,8,28,8,8,28,8,8,127,8,8,28,8,8,28,8,8,255,8,8,28,8,8,28,8,8,127,8,8,28,8,8,28,8,8,255,8,8,28,8,8,28,8,8,127,8,8,28,8,8,28,8,8,255,8,8,28,8,8,28,8,8,127,8,8,28,8,8,28,8,8,255,8,8,28,8,8,28}};
static const bitmap_t bmp_rds = {17,1,1,{28,62,127,65,101,81,127,65,93,99,127,83,85,101,127,62,28}};
static const bitmap_t bmp_stereo = {14,1,1,{126,129,60,66,24,36,60,60,36,24,66,60,129,126}};
#endif