Control Surface disable-pipes
MIDI Control Surface library for Arduino
Variables
XBM Namespace Reference

Detailed Description

A namespace containing XBitmap definitions.

Note
Don't edit this file directly, place your XBM image in the XBM folder, and run the python script in Scripts.
See also
Adding custom bitmaps to display

Variables

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

Variable Documentation

◆ mute_10B

const XBitmap mute_10B = { mute_10B_width, mute_10B_height, mute_10B_bits }

XBitmapmute_10B (10px × 10px)

mute_10B

Examples
MCU-OLED-SSD1306-x2.ino, and MCU-OLED-SSD1306.ino.

Definition at line 39 of file XBitmaps.hpp.

◆ mute_14B

const XBitmap mute_14B = { mute_14B_width, mute_14B_height, mute_14B_bits }

XBitmapmute_14B (14px × 14px)

mute_14B

Definition at line 46 of file XBitmaps.hpp.

◆ mute_7

const XBitmap mute_7 = { mute_7_width, mute_7_height, mute_7_bits }

XBitmapmute_7 (7px × 7px)

mute_7

Examples
VU-Meter-Bridge.ino.

Definition at line 53 of file XBitmaps.hpp.

◆ play_10x9

const XBitmap play_10x9 = { play_10x9_width, play_10x9_height, play_10x9_bits }

XBitmapplay_10x9 (10px × 9px)

play_10x9

Definition at line 60 of file XBitmaps.hpp.

◆ play_7

const XBitmap play_7 = { play_7_width, play_7_height, play_7_bits }

XBitmapplay_7 (7px × 7px)

play_7

Examples
MCU-OLED-SSD1306-x2.ino, and MCU-OLED-SSD1306.ino.

Definition at line 67 of file XBitmaps.hpp.

◆ play_8x7

const XBitmap play_8x7 = { play_8x7_width, play_8x7_height, play_8x7_bits }

XBitmapplay_8x7 (8px × 7px)

play_8x7

Definition at line 74 of file XBitmaps.hpp.

◆ rec_rdy_10B

const XBitmap rec_rdy_10B = { rec_rdy_10B_width, rec_rdy_10B_height, rec_rdy_10B_bits }

XBitmaprec_rdy_10B (10px × 10px)

rec_rdy_10B

Examples
MCU-OLED-SSD1306-x2.ino, and MCU-OLED-SSD1306.ino.

Definition at line 81 of file XBitmaps.hpp.

◆ rec_rdy_14B

const XBitmap rec_rdy_14B = { rec_rdy_14B_width, rec_rdy_14B_height, rec_rdy_14B_bits }

XBitmaprec_rdy_14B (14px × 14px)

rec_rdy_14B

Definition at line 88 of file XBitmaps.hpp.

◆ rec_rdy_7

const XBitmap rec_rdy_7 = { rec_rdy_7_width, rec_rdy_7_height, rec_rdy_7_bits }

XBitmaprec_rdy_7 (7px × 7px)

rec_rdy_7

Definition at line 95 of file XBitmaps.hpp.

◆ record_7

const XBitmap record_7 = { record_7_width, record_7_height, record_7_bits }

XBitmaprecord_7 (7px × 7px)

record_7

Examples
MCU-OLED-SSD1306-x2.ino, and MCU-OLED-SSD1306.ino.

Definition at line 102 of file XBitmaps.hpp.

◆ record_9

const XBitmap record_9 = { record_9_width, record_9_height, record_9_bits }

XBitmaprecord_9 (9px × 9px)

record_9

Definition at line 109 of file XBitmaps.hpp.

◆ solo_10B

const XBitmap solo_10B = { solo_10B_width, solo_10B_height, solo_10B_bits }

XBitmapsolo_10B (10px × 10px)

solo_10B

Examples
MCU-OLED-SSD1306-x2.ino, and MCU-OLED-SSD1306.ino.

Definition at line 116 of file XBitmaps.hpp.

◆ solo_14B

const XBitmap solo_14B = { solo_14B_width, solo_14B_height, solo_14B_bits }

XBitmapsolo_14B (14px × 14px)

solo_14B

Definition at line 123 of file XBitmaps.hpp.

◆ solo_7

const XBitmap solo_7 = { solo_7_width, solo_7_height, solo_7_bits }

XBitmapsolo_7 (7px × 7px)

solo_7

Examples
MCU-OLED-SSD1306-x2.ino, MCU-OLED-SSD1306.ino, and VU-Meter-Bridge.ino.

Definition at line 130 of file XBitmaps.hpp.