Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
XBitmaps.hpp File Reference

Detailed Description

Note
Don't edit this file directly, place your XBM image in the XBM folder, and run the python script in Scripts.

Definition in file XBitmaps.hpp.

#include <AH/Arduino-Wrapper.h>
#include <Settings/SettingsWrapper.hpp>
#include <stdint.h>
#include "mute_10B.axbm"
#include "mute_14B.axbm"
#include "mute_7.axbm"
#include "play_10x9.axbm"
#include "play_7.axbm"
#include "play_8x7.axbm"
#include "rec_rdy_10B.axbm"
#include "rec_rdy_14B.axbm"
#include "rec_rdy_7.axbm"
#include "record_7.axbm"
#include "record_9.axbm"
#include "solo_10B.axbm"
#include "solo_14B.axbm"
#include "solo_7.axbm"
Include dependency graph for XBitmaps.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  XBitmap
 A struct containing X Bitmap width, height and data. More...

Namespaces

namespace  XBM
 A namespace containing XBitmap definitions.

Variables

const XBitmap mute_10B = { mute_10B_width, mute_10B_height, mute_10B_bits }
 XBitmapmute_10B (10px × 10px).
const XBitmap mute_14B = { mute_14B_width, mute_14B_height, mute_14B_bits }
 XBitmapmute_14B (14px × 14px).
const XBitmap mute_7 = { mute_7_width, mute_7_height, mute_7_bits }
 XBitmapmute_7 (7px × 7px).
const XBitmap play_10x9 = { play_10x9_width, play_10x9_height, play_10x9_bits }
 XBitmapplay_10x9 (10px × 9px).
const XBitmap play_7 = { play_7_width, play_7_height, play_7_bits }
 XBitmapplay_7 (7px × 7px).
const XBitmap play_8x7 = { play_8x7_width, play_8x7_height, play_8x7_bits }
 XBitmapplay_8x7 (8px × 7px).
const XBitmap rec_rdy_10B = { rec_rdy_10B_width, rec_rdy_10B_height, rec_rdy_10B_bits }
 XBitmaprec_rdy_10B (10px × 10px).
const XBitmap rec_rdy_14B = { rec_rdy_14B_width, rec_rdy_14B_height, rec_rdy_14B_bits }
 XBitmaprec_rdy_14B (14px × 14px).
const XBitmap rec_rdy_7 = { rec_rdy_7_width, rec_rdy_7_height, rec_rdy_7_bits }
 XBitmaprec_rdy_7 (7px × 7px).
const XBitmap record_7 = { record_7_width, record_7_height, record_7_bits }
 XBitmaprecord_7 (7px × 7px).
const XBitmap record_9 = { record_9_width, record_9_height, record_9_bits }
 XBitmaprecord_9 (9px × 9px).
const XBitmap solo_10B = { solo_10B_width, solo_10B_height, solo_10B_bits }
 XBitmapsolo_10B (10px × 10px).
const XBitmap solo_14B = { solo_14B_width, solo_14B_height, solo_14B_bits }
 XBitmapsolo_14B (14px × 14px).
const XBitmap solo_7 = { solo_7_width, solo_7_height, solo_7_bits }
 XBitmapsolo_7 (7px × 7px).