AgonConsole8 / agon-vdp

Official Firmware for the Agon Console8: ESP32 VDP
MIT License
38 stars 17 forks source link

update PLOT to support dotted lines #163

Closed stevesims closed 5 months ago

stevesims commented 7 months ago

enables all the dotted line PLOT codes

adds support for VDU 23,6,n1,n2,n3,n4,n5,n6,n7.n8 to set the dotted line pattern

adds VDU 23,0,242,n (or VDU 23,0,&F2,n) to set the pattern length. setting a length of zero will reset to default pattern, and length of 8

stevesims commented 6 months ago

Changing screen modes should reset the dot pattern

stevesims commented 6 months ago

just checked - changing screen mode will cause the canvas to be reset, which resets the current line pattern, so nothing is needed to be added to support that behaviour