This is the same as the profile in the dcs-bios download. And since we’re talking ufc..
I’m using the liquidcrystal_i2c and u8g2 libs to drive the scratchpad and comms displays and keep getting strange characters on the tens and twenty. I can’t imagine i’m the the only one having this issue. I’ve tried printing the newValue as is, converting it to a string, to ints etc.
Any help would be greatly appreciated.
edit: I ended op casting the char to a String and replacing the odd characters with a String.replace('~','2');String.replace('´','1'); Dirty hack but it works.
Cheers, michel