Changed completely to the new value-editing screens.

pull/32/head
Holger Wirtz 5 years ago
parent af0fca3ff4
commit 7298a38ed9
  1. 2
      MicroDexed.ino
  2. 590
      UI.hpp
  3. 2
      config.h

@ -528,7 +528,7 @@ void loop()
if (midi_decay_timer > 100 && midi_decay[instance_id] > 0)
{
midi_decay[instance_id]--;
lcd.createChar(6 + instance_id, (uint8_t*)inverse_num[15 - (7 - midi_decay[instance_id])]);
lcd.createChar(6 + instance_id, (uint8_t*)special_chars[15 - (7 - midi_decay[instance_id])]);
lcd.setCursor(14 + instance_id, 1);
lcd.write(6 + instance_id);
}

590
UI.hpp

File diff suppressed because it is too large Load Diff

@ -84,7 +84,7 @@
//*************************************************************************************************
//* DEBUG OUTPUT SETTINGS
//*************************************************************************************************
//#define DEBUG 1
#define DEBUG 1
#define SERIAL_SPEED 230400
#define SHOW_XRUN 1
#define SHOW_CPU_LOAD_MSEC 5000

Loading…
Cancel
Save