1
OLEDs / Writing Messages with NHD-2.23-12832UCB3
« on: July 29, 2014, 01:55:59 PM »
While trying to use
(0 1 2 3 A B C)
I am unable to get the letters to be any closer than with without distortion of the distance on only some of the letters.
Can anyone suggest why this would be or does anyone have a better function that works correctly? I've tried quite a few different things without getting anywhere. The SSD1305 manual is definitely not clear on this subject.
Code: [Select]
Show_Font57_12832(1, 17, 0, 4);
Show_Font57_12832(1, 18, 0, 12);
Show_Font57_12832(1, 19, 0, 20);
Show_Font57_12832(1, 20, 0, 28);
Show_Font57_12832(1, 34, 0, 36);
Show_Font57_12832(1, 35, 0, 44);
Show_Font57_12832(1, 36, 0, 52);
(0 1 2 3 A B C)
I am unable to get the letters to be any closer than with without distortion of the distance on only some of the letters.
Can anyone suggest why this would be or does anyone have a better function that works correctly? I've tried quite a few different things without getting anywhere. The SSD1305 manual is definitely not clear on this subject.