From 03292732efeca7a581159e19291471f27202a586 Mon Sep 17 00:00:00 2001 From: "Nicholas J. Michalek" Date: Fri, 14 Oct 2022 17:23:31 -0400 Subject: [PATCH] Add superscript ONE and subscript TWO icons for AnnularFusion mod --- software/o_c_REV/HSicons.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/software/o_c_REV/HSicons.h b/software/o_c_REV/HSicons.h index daff3fcbe..826171cb6 100644 --- a/software/o_c_REV/HSicons.h +++ b/software/o_c_REV/HSicons.h @@ -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}; @@ -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};