(05-29-2020, 01:56 PM)saba Wrote:(05-29-2020, 01:50 PM)visiblink Wrote:(05-29-2020, 01:23 PM)saba Wrote: static Key keys_symbols[40] = {
if you added more keys you need to increment the 40 to 41 and then that last key will show
Thanks. I tried that previously and it didn't work. The total number of key spaces taken up equal 40, but I don't know if the number refers to the number of keys (regardless of how wide) or the number of key spaces.
I'll try editing both the number in line one and the one for the second keyboard and see what happens. Perplexing.
you have to count the keys plus the { 0 } at the beginning of each new row. In your first layer you have a total of 38, so everything is displayed. On your second layer it is 41, so the last key didn't show
edit: change the 40 in the first line of the file too,
It worked! But I ended up having to adjust it to 43 ... and now the keyboard has moved halfway up the screen. #mysteries.