mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Bitmaps splitted into different directories
This commit is contained in:
parent
4a5f5432dd
commit
e19684063a
16 changed files with 28 additions and 38 deletions
|
@ -70,11 +70,11 @@
|
|||
#define BOX_LIMIT (BOX_WIDTH-MARKER_WIDTH)
|
||||
|
||||
const pm_uchar logo_taranis[] PROGMEM = {
|
||||
#include "../../bitmaps/logo_taranis.lbm"
|
||||
#include "../../bitmaps/Taranis/logo.lbm"
|
||||
};
|
||||
|
||||
const pm_uchar icons[] PROGMEM = {
|
||||
#include "../../bitmaps/icons.lbm"
|
||||
#include "../../bitmaps/Taranis/icons.lbm"
|
||||
};
|
||||
|
||||
#define ICON_RSSI 0, 9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue