A) When I write something, text is shown mirrored (see picture "Hello-World-Mirrored"). Due to this I added 'g.setRotation(0,1);' to the code, directly after the 'g.clear();' .
B)When I try to increase the font in "Improving it...", I get scrambled text. It seems that the higher rows are cut off and displayed below the main text (see "Hello-World-Split" picture).
I get the same scrambled text on an SSD1306 I2C display (see "Hello-World-I2C" picture) using the I2C setup:
I2C1.setup({scl:B6,sda:B7}); // I2C Setup
var g= require("SSD1306").connect(I2C1, start);
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The "Pico LCD Hello World" example (https://www.espruino.com/Pico+LCD+Hello+World) does not work as expected.
A) When I write something, text is shown mirrored (see picture "Hello-World-Mirrored"). Due to this I added 'g.setRotation(0,1);' to the code, directly after the 'g.clear();' .
B)When I try to increase the font in "Improving it...", I get scrambled text. It seems that the higher rows are cut off and displayed below the main text (see "Hello-World-Split" picture).
I get the same scrambled text on an SSD1306 I2C display (see "Hello-World-I2C" picture) using the I2C setup:
I2C1.setup({scl:B6,sda:B7}); // I2C Setup
var g= require("SSD1306").connect(I2C1, start);
Any idea what I may be doing wrong?
Thanks for any help.
3 Attachments