Skip to content

Conversation

rabmarac
Copy link

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

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
@rabmarac rabmarac marked this pull request as ready for review June 16, 2025 12:14
@rabmarac rabmarac marked this pull request as draft June 24, 2025 09:21
@rabmarac rabmarac marked this pull request as ready for review June 24, 2025 09:21
@rabmarac rabmarac marked this pull request as draft June 26, 2025 12:02
@rabmarac rabmarac marked this pull request as draft June 26, 2025 12:02
@rabmarac rabmarac marked this pull request as ready for review June 26, 2025 12:14
@esmaniksic esmaniksic self-requested a review July 22, 2025 12:24
@@ -1,6 +1,6 @@
/****************************************************************************
**
** Copyright (C) ${COPYRIGHT_YEAR} MikroElektronika d.o.o.
Copy link
Contributor

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

@@ -1,6 +1,6 @@
/****************************************************************************
Copy link
Contributor

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)
Copy link
Contributor

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.

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.

2 participants