User Tools

Site Tools


mdmax72xx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mdmax72xx [2024/05/28 23:23] – created jwanmdmax72xx [2025/10/10 10:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Font Editor: Font Editor:
 [[https://pjrp.github.io/MDParolaFontEditor]] [[https://pjrp.github.io/MDParolaFontEditor]]
 +
 +For Zoning:
 +  * have to specify how many zone in display.begin(x) where x is number of zones
 +  * panel 0 is nearest the connectors
 +<code>
 +  Display.begin(2);
 +  Display.setFont(0,numeric7Seg);
 +  Display.setFont(1,numeric7Seg);  
 +  Display.setZone(0,2,3);
 +  Display.setZone(1,0,1);
 +  Display.setIntensity(0);
 +  Display.displayReset();
 +</code>
 + 
 +To show something:
 +<code>
 +    Display.displayZoneText(0,strtochrarray("test"),PA_CENTER,0,0,PA_PRINT,PA_NO_EFFECT);
 +    Display.displayAnimate();
 +</code>   
mdmax72xx.1716938627.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki