robweber / omni-epd

An EPD (electronic paper display) class abstraction to simplify communications across multiple display types.
GNU General Public License v3.0
77 stars 16 forks source link

Test Utility Fixes #14

Closed robweber closed 3 years ago

robweber commented 3 years ago

The test utility didn't work consistently. It did white/black and black/white rectangles for different displays. This modifies the way the images are generated to explicitly use RGB values and let the display driver classes do the conversion to what their specific device can display.