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

how does the LUT work? #10

Open
husnoo opened this issue Feb 12, 2022 · 0 comments
Open

how does the LUT work? #10

husnoo opened this issue Feb 12, 2022 · 0 comments

Comments

@husnoo
Copy link

husnoo commented Feb 12, 2022

Does anyone know why these two have such a different approach to LUTs -

https://github.com/Bodmer/EPD_Libraries/blob/master/epd4in2/epd4in2.cpp
https://github.com/Bodmer/EPD_Libraries/blob/master/epd2in9/epd2in9.cpp

The former has lut_vcom0, lut_ww (white->white), lut_bw (black->white), etc, whereas the latter has lut_full_update and lut_partial_update.

Does this just mean they have different controllers? Would the latter one have built-in versions of _ww, _bw, etc that we're just not seeing in the code?

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

No branches or pull requests

1 participant