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

Release #46

Merged
merged 10 commits into from
Jul 2, 2019
Merged

Release #46

merged 10 commits into from
Jul 2, 2019

Conversation

ramonvbemmel
Copy link
Contributor

Added a hardware test for the color ST7735 display.

ramonvbemmel and others added 10 commits June 26, 2019 15:27
This is none working code
First working code to do a hardware test. A test which print ascii character 33 through 126 on the screen. A loop which grows a square on the screen and a loop which makes the whole screen: red , green, blue and white. There is a timing bug in this code the waits are not the same.
There was a timing bug in the loop which loops throught the colors. This was because i tried to draw pixels out of the screen resolution.
At the end of the test program the screen will show: END. The delay between steps is now shorter
…ature-hardware_test

"pulled the master in to the hardware_test branch"
The folder structure was changed but the local deleted folder was not deleted. In this commit the folder hardware_test is deleted.
Copy link
Contributor

@florianhumblot florianhumblot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prachtig.

Copy link

@PatrickDekker98 PatrickDekker98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some grammar mistakes but that not something I would request changes for

hwlib::wait_ms(500);
}

//A white horzontal line will be drawed on the screen and will grow to a screen filling square.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

draw in past tense is drawn

@ramonvbemmel ramonvbemmel merged commit b05525a into master Jul 2, 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

Successfully merging this pull request may close these issues.

3 participants