Hi,
i have an Electric Imp driving
0.96" Serial: UART/I2C/SPI 128x64 OLED Module Blue CN (DS12864OLED-2B)
i am setting the font with simple UART
display.configure(9600, 8, PARITY_NONE, 1, NO_RX);
display.write("CL"); display.write(0x01); //Clear display
display.write("SF"); display.write(0x01); display.write(0x01); //Set font 6,10,18,51,120,123,0
I read the set font from the documentation the font change (see below) but this does not seem to change the font for me.
Can you recommend for me how to change the font? Thank you
Documentation notes:
Set Font, follow by the font number, preloaded font
number is: 6,10,18,51,120,123,0(default), user font
number is 200,201,202,203 maps to 4 user font
memory sections, you can combine adjacent sections
together is the font size >4kb(each section has 4kb in size)