-
Notifications
You must be signed in to change notification settings - Fork 48
Glcd Implementation on EasyMxPRO v7A #388
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
base: master
Are you sure you want to change the base?
Conversation
Completed : - Turning on and off the display - Functions to write and show data into the display (almost, there's still minors issues) TODO : - Basic geometric functions - Touch implementation - Commentary of the code - Optimization of the code
…Draw_Shape does the same
@@ -1,6 +1,6 @@ | |||
/**************************************************************************** | |||
** | |||
** Copyright (C) ${COPYRIGHT_YEAR} MikroElektronika d.o.o. |
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 file should not be pushed on the branch, you can revert it
…ctions update)
@@ -1,6 +1,6 @@ | |||
/**************************************************************************** |
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.
Revert this file and don't push it to your branch when you're committing your changes.
@@ -53,11 +53,11 @@ if (NOT ${IS_BARE_METAL}) | |||
add_subdirectory(hal) | |||
add_subdirectory(middleware) | |||
add_subdirectory(targets) | |||
add_subdirectory(thirdparty) | |||
#add_subdirectory(thirdparty) |
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.
Revert this file when you're committing your changes.
… type names, correcting comments, etc.)
…ing the CMake file)
Completed :
TODO :