Skip to content

Commit

Permalink
Add superscript ONE and subscript TWO icons for AnnularFusion mod
Browse files Browse the repository at this point in the history
  • Loading branch information
djphazer committed Oct 14, 2022
1 parent b650b22 commit 0329273
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion software/o_c_REV/HSicons.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const uint8_t GAUGE_ICON[8] = {0x38,0x44,0x02,0x32,0x32,0x0a,0x44,0x3a};
const uint8_t CLOSED_ICON[8] = {0x18,0x18,0x18,0x18,0x18,0x18,0x18,0x18};
const uint8_t OPEN_ICON[8] = {0x18,0x0c,0x04,0x06,0x03,0x01,0x00,0x18};


// Transport
const uint8_t LOOP_ICON[8] = {0x34,0x64,0x4e,0x4e,0xe4,0xe4,0x4c,0x58};
const uint8_t PLAYONCE_ICON[8] = {0x10,0x10,0x10,0x10,0x38,0x38,0x10,0x10};
Expand Down Expand Up @@ -60,6 +59,10 @@ const uint8_t LEFT_RIGHT_ICON[8] = {0x10,0x38,0x7c,0x10,0x10,0x7c,0x38,0x10};
const uint8_t SEGMENT_ICON[8] = {0xc0,0xc0,0x20,0x10,0x08,0x06,0x06,0x00};
const uint8_t WAVEFORM_ICON[8] = {0x10,0x08,0x04,0x08,0x10,0x20,0x10,0x08};

// Superscript and subscript 1 and 2
const uint8_t SUP_ONE[3] = {0x0a,0x0f,0x08};
const uint8_t SUB_TWO[3] = {0x90,0xd0,0xa0};

// Units
const uint8_t HERTZ_ICON[8] = {0xfe,0x10,0x10,0xfe,0x00,0xc8,0xa8,0x98};

Expand Down

0 comments on commit 0329273

Please sign in to comment.