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

FemtoLib: drawHLine for LowRes mode #73

Closed
bl-ackrain opened this issue Oct 9, 2019 · 0 comments
Closed

FemtoLib: drawHLine for LowRes mode #73

bl-ackrain opened this issue Oct 9, 2019 · 0 comments

Comments

@bl-ackrain
Copy link
Contributor

this line
screen.fillRect(0, 0, 20, 20, 3);
does not give a rectangle

Lowres test bin 1

and this draw a line in x = 0 y = 2
screen.drawHLine(0, 1, 20, 9);

i think it is using drawHLine from HiRes16Color

felipemanga pushed a commit that referenced this issue Oct 9, 2019
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

1 participant