diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-08-02 16:17:38 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-08-22 14:08:33 -0700 |
| commit | 70680d5b22aa6cb797ccf26645d553a4c72b5100 (patch) | |
| tree | ed260e9aad8cc4825f3b20e2dd9dc2e38eb342c2 /tools | |
| parent | 8fa87374650d6b67af4df82442120f7f2bf24238 (diff) | |
EPaper displays work mostly.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gen_display_resources.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/gen_display_resources.py b/tools/gen_display_resources.py index 0f6b9014b..65600a195 100644 --- a/tools/gen_display_resources.py +++ b/tools/gen_display_resources.py @@ -102,12 +102,14 @@ _displayio_color_t terminal_colors[2] = { { .rgb888 = 0x000000, .rgb565 = 0x0000, - .luma = 0x00 + .luma = 0x00, + .chroma = 0 }, { .rgb888 = 0xffffff, .rgb565 = 0xffff, - .luma = 0xff + .luma = 0xff, + .chroma = 0 }, }; |
