-
-
Notifications
You must be signed in to change notification settings - Fork 178
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 graphics DisplayControl and fix method_lookup table #1817
Conversation
Hi @AdrianSoundy, 🤔 All our issues are tracked in Home repo. If this PR addresses an issue that's mentioned there, please make sure it references it using the correct pattern: |
Automated fixes for code style.
@AdrianSoundy there are issues with the code style on the source files. Make sure you are using the project code style. Check the details here. |
…a-1184-4250-bf33-0d035c92d723' into ui-tests
@@ -5,7 +5,7 @@ | |||
|
|||
//----------------------------------------------------------------------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have the standard licensing header.
src/nanoFramework.Graphics/Graphics/Native/nanoFramework_Graphics.cpp
Outdated
Show resolved
Hide resolved
Not sure what changed this as it wasn't like this before.
@AdrianSoundy there are issues with the code style on the source files. Make sure you are using the project code style. Check the details here. |
Automated fixes for code style.
@AdrianSoundy there are issues with the code style on the source files. Make sure you are using the project code style. Check the details here. |
…6-15d7-4b48-bced-8357b3969e90' into ui-tests
Hi @AdrianSoundy, 🤔 All our issues are tracked in Home repo. If this PR addresses an issue that's mentioned there, please make sure it references it using the correct pattern: |
Description
Sorted out issues and hard coded screen dimensions in Display control class.
Since last version the Graphic method_lookup was wrong so stopped everything running
Motivation and Context
-Fixes issues
How Has This Been Tested?
With separate test programs and primitive sample
Types of changes
Checklist: