Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update PLOT to support dotted lines #163

Merged
merged 1 commit into from
Mar 21, 2024
Merged

update PLOT to support dotted lines #163

merged 1 commit into from
Mar 21, 2024

Conversation

stevesims
Copy link
Contributor

@stevesims stevesims commented Feb 10, 2024

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

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
Copy link
Contributor Author

Changing screen modes should reset the dot pattern

@stevesims stevesims marked this pull request as draft March 12, 2024 15:35
@stevesims
Copy link
Contributor Author

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

@stevesims stevesims marked this pull request as ready for review March 12, 2024 15:55
@stevesims stevesims merged commit d148cd6 into main Mar 21, 2024
@stevesims stevesims deleted the dotted-lines branch March 21, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant