e-Paper
e-Paper copied to clipboard
How does the LUT work?
Does anyone know why these two have such a different approach to LUTs -
https://github.com/waveshare/e-Paper/blob/master/Arduino/epd2in9d/epd2in9d.cpp#L37 https://github.com/waveshare/e-Paper/blob/master/Arduino/epd2in9/epd2in9.cpp#L261
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?