2022-01-12 (W) EWC_Panel Raw numbers on the screen

I tried to write the instrument name to the screen and my serial line, but this turned out to be a big problem. I stored the name of every MIDI instrument, and I don't want to waste precious processor memory when the slower but abundant EEPROM should work fine. I used this once for a different version of my electronic windchimes, and it still runs, but I mostly got grief this time. I am considering installing an SD card on each instrument, which would make it easier to store and recall melodies. When I pulled data from the non-volatile memory, it always carried out an extra bit, and that overflow wreaked havoc on the code governing the OLED screen. Every time I got something working, the following change might break it. After the buffer, I created a new array, which held for a bit but broke if I printed something to the screen afterward. I converted to printing from EEPROM, and the problem disappeared for a bit. I decided to leave the situation alone for now. The program will skip channel nine whenever I increment or decrement, so I don't transmit on the percussion line. Despite the printing issues, I arranged an initial screen.
Start of a screen layout

The rest of the posts for this project have been arranged by date.
First time here?

Completed projects from year 1
Completed projects from year 2
Completed projects from year 3
Completed projects from year 4
Completed projects from year 5
Completed projects from year 6
Completed projects from year 7
Completed projects from year 8

Disclaimer for http://24hourengineer.blogspot.com and 24HourEngineer.com

This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information on this blog, or linked by this blog, is not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property, or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by  Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.
2022-01-07

Comments