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

[BH-2048] Major Eink driver refactor #4861

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Lefucjusz
Copy link
Member

  • Cleaned up BSP layer of Eink driver.
  • Removed changing TCON config with
    different refresh modes, used one set
    of values for all modes instead.
  • Moved coordinates transformation
    routines to separate file.
  • Minor fixes in 2bpp transformation
    routine.
  • Cleanups in lots of various
    places.

Your checklist for this pull request

Make sure that this PR:

  • Complies with our guidelines for contributions
  • Has unit tests if possible
  • Has documentation updated
  • Has changelog entry added

@Lefucjusz Lefucjusz added bugfix Something isn't working refactor labels Aug 6, 2024
module-bsp/board/rt1051/bellpx/irq_gpio.cpp Outdated Show resolved Hide resolved
module-bsp/board/rt1051/bsp/eink/BspEink.hpp Show resolved Hide resolved
module-bsp/board/rt1051/puretx/irq_gpio.cpp Outdated Show resolved Hide resolved
module-bsp/board/rt1051/bsp/eink/BspEink.cpp Outdated Show resolved Hide resolved
module-bsp/board/rt1051/bsp/eink/BspEink.cpp Outdated Show resolved Hide resolved
module-bsp/board/rt1051/bsp/eink/BspEink.cpp Outdated Show resolved Hide resolved
@Lefucjusz Lefucjusz force-pushed the harmony_eink_refactor branch 2 times, most recently from 129e004 to 3b77241 Compare August 9, 2024 07:34
* Cleaned up BSP layer of Eink driver.
* Removed changing TCON config with
different refresh modes, used one set
of values for all modes instead.
* Moved coordinates transformation
routines to separate file.
* Minor fixes in 2bpp transformation
routine.
* Cleanups in lots of various
places.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Something isn't working refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants