5 * th9x - http://code.google.com/p/th9x
6 * er9x - http://code.google.com/p/er9x
7 * gruvin9x - http://code.google.com/p/gruvin9x
9 * License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
25 extern const uint8_t LBM_DOT
[];
28 extern const uint8_t LBM_TOPMENU_USB
[];
29 extern const uint8_t LBM_TOPMENU_ANTENNA
[];
30 extern const uint8_t LBM_TOPMENU_VOLUME_0
[];
31 extern const uint8_t LBM_TOPMENU_VOLUME_1
[];
32 extern const uint8_t LBM_TOPMENU_VOLUME_2
[];
33 extern const uint8_t LBM_TOPMENU_VOLUME_3
[];
34 extern const uint8_t LBM_TOPMENU_VOLUME_4
[];
35 extern const uint8_t LBM_TOPMENU_VOLUME_SCALE
[];
36 extern const uint8_t LBM_TOPMENU_TXBATT
[];
37 extern const uint8_t LBM_HTRIM_FRAME
[];
38 extern const uint8_t LBM_VTRIM_FRAME
[];
39 extern const uint8_t LBM_TRIM_SHADOW
[];
40 extern const uint8_t LBM_TIMER_BACKGROUND
[];
41 extern const uint8_t LBM_TIMER
[];
42 extern const uint8_t LBM_RSCALE
[];
44 // Model selection icons
45 extern const uint8_t LBM_LIBRARY_SLOT
[];
46 extern const uint8_t LBM_ACTIVE_MODEL
[];
47 extern const uint8_t LBM_SCORE0
[];
48 extern const uint8_t LBM_SCORE1
[];
49 extern const uint8_t LBM_STAR0
[];
50 extern const uint8_t LBM_STAR1
[];
53 extern const uint8_t LBM_SPLASH
[];
54 extern const uint8_t LBM_POINT
[];
55 extern const uint8_t LBM_CURVE_POINT
[];
56 extern const uint8_t LBM_CURVE_POINT_CENTER
[];
57 extern const uint8_t LBM_CURVE_COORD_SHADOW
[];
58 extern const uint8_t LBM_SHUTDOWN_CIRCLE
[];
61 extern const uint8_t LBM_SLIDER_BAR_LEFT
[];
62 extern const uint8_t LBM_SLIDER_BAR_RIGHT
[];
63 extern const uint8_t LBM_SLIDER_POINT_OUT
[];
64 extern const uint8_t LBM_SLIDER_POINT_MID
[];
65 extern const uint8_t LBM_SLIDER_POINT_IN
[];
68 extern const uint8_t LBM_CARROUSSEL_LEFT
[];
69 extern const uint8_t LBM_CARROUSSEL_RIGHT
[];
71 extern const uint8_t LBM_SWIPE_CIRCLE
[];
72 extern const uint8_t LBM_SWIPE_LEFT
[];
73 extern const uint8_t LBM_SWIPE_RIGHT
[];
75 extern BitmapBuffer
* modelselIconBitmap
;
76 extern BitmapBuffer
* modelselSdFreeBitmap
;
77 extern BitmapBuffer
* modelselModelQtyBitmap
;
78 extern BitmapBuffer
* modelselModelNameBitmap
;
79 extern BitmapBuffer
* modelselModelMoveBackground
;
80 extern BitmapBuffer
* modelselModelMoveIcon
;
81 extern BitmapBuffer
* modelselWizardBackground
;
83 // calibration bitmaps
84 extern BitmapBuffer
* calibStick
;
85 extern BitmapBuffer
* calibStickBackground
;
86 extern BitmapBuffer
* calibTrackpBackground
;
87 extern BitmapBuffer
* calibHorus
;
89 // Channels monitor bitmaps
90 extern BitmapBuffer
* chanMonLockedBitmap
;
91 extern BitmapBuffer
* chanMonInvertedBitmap
;
93 // Mixer setup bitmaps
94 extern BitmapBuffer
* mixerSetupMixerBitmap
;
95 extern BitmapBuffer
* mixerSetupToBitmap
;
96 extern BitmapBuffer
* mixerSetupOutputBitmap
;
97 extern BitmapBuffer
* mixerSetupAddBitmap
;
98 extern BitmapBuffer
* mixerSetupMultiBitmap
;
99 extern BitmapBuffer
* mixerSetupReplaceBitmap
;
100 extern BitmapBuffer
* mixerSetupLabelBitmap
;
101 extern BitmapBuffer
* mixerSetupFlightmodeBitmap
;
102 extern BitmapBuffer
* mixerSetupCurveBitmap
;
103 extern BitmapBuffer
* mixerSetupSwitchBitmap
;
104 extern BitmapBuffer
* mixerSetupDelayBitmap
;
105 extern BitmapBuffer
* mixerSetupSlowBitmap
;
106 extern BitmapBuffer
* mixerSetupDelaySlowBitmap
;
108 #endif // _BITMAPS_H_