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

Unintuitive output from line co-ordinates #121

Open
cochon-git opened this issue Oct 16, 2024 · 0 comments
Open

Unintuitive output from line co-ordinates #121

cochon-git opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@cochon-git
Copy link

A very minor change request, as it is fairly trivial to work around it externally, but could the driver normalise/re-order co-ordinates internally. Looked at intuitively the following should output 2 lines joined in the corner of the display, but does not in practice.

hagl_draw_hline_xyx(display, 32, 0,  0, colour);
hagl_draw_vline_xyy(display, 0,  32, 0, colour);

@tuupola tuupola self-assigned this Oct 16, 2024
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

No branches or pull requests

2 participants