makecode-extensions/OLED12864_I2C

Displaying strings and numbers doesn't work

Closed this issue · 8 comments

Added package, demo doesn't fully work. I can draw pixels and rectangles, but not display any text or numbers. Is there an additional package that is a dependency for this to work?

This package is work fine with microbit and 0.96 inch OLED. You may try my demo, I using makecode online environment to create it.

test.zip

What type of OLED module do you use? This package support 128x64 OLED now, other resolution will be support late.

The paramters in package need be modify for 64x48 resolution. I will upgrade the package to support more resolution.

I also had the same problem. I am using Makecode but, after they updated the web-based environment recently, it keeps telling me that I have compilation error when I used "show number" or "show string". The OLED package originally worked for the old Makecode environment.

I will check the problem and update it.

This issue is cause by makecode v1 increase firmware size, and not enough flash rom to run the OLED package. I will try to reduce the package.

looking forward ....

@db2u1980 @wallacekst Extension working now.