General area when it fits no where else

Moderator: Mmiscool

User avatar
By Mmiscool
#55633 I just uploaded a new build that includes OLED functions for graphics such as lines, boxes and circles.

See the docs here.

https://docs.google.com/document/d/1EiY ... 8kr7dxcv5o

Also included with these functions is the ability to place text on the screen and change the font size to 10, 16 or 24.

Will only work on 2 meg modules or larger.
User avatar
By aphawk
#55635 Very nice, Mmiscool !

I will use this right now !

Any chance to correct the characters from ASCII (191) to ASCII (255) to shown correctly for Oled displays ?

Anyway, thanks a lot !
User avatar
By Mmiscool
#55637 Here is a taste of what can be done.
edit:
Code: Select alloled.cls()
oled.rect(10,10,25,20)


oled.circle(30,30,25)
oled.font(24)
oled.print("hello wolrd",1,2)




14747742545891350117603.jpg
You do not have the required permissions to view the files attached to this post.