caemor / epd-waveshare

Drivers for various EPDs from Waveshare
ISC License
215 stars 131 forks source link

Question: Does this lib support 16 grayscale epds? #114

Open windoze opened 2 years ago

windoze commented 2 years ago

Quite a few epds from Waveshare support 16 grayscale, but I cannot find any information in this lib, also looked into the source code and found all graph operations are using BinaryColor.

caemor commented 1 year ago

Not yet. We only have support for binary, tricolor and octcolor yet: https://github.com/caemor/epd-waveshare/blob/main/src/color.rs