diff options
author | jpe230 <pablin.123.ra@gmail.com> | 2022-12-12 14:51:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 07:51:14 +1100 |
commit | 102f22f7e99d87989cd95e10370863c3f96ba7e2 (patch) | |
tree | 1b7b27838e01f547714b19932c98e58362354bb8 /data/templates/config-overrides/common | |
parent | 2d19e59d784582cd2e3768ff4e7f7e0c4618eb2f (diff) |
[Core] Quantum Painter - LVGL Integration (#18499)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'data/templates/config-overrides/common')
-rw-r--r-- | data/templates/config-overrides/common/lv_conf.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/templates/config-overrides/common/lv_conf.h b/data/templates/config-overrides/common/lv_conf.h new file mode 100644 index 0000000000..5c003a6a10 --- /dev/null +++ b/data/templates/config-overrides/common/lv_conf.h @@ -0,0 +1,10 @@ +// Copyright 2022 Nick Brassel (@tzarc) +// SPDX-License-Identifier: GPL-2.0-or-later +#pragma once + +// #define LV_DITHER_GRADIENT 1 + +#include_next <lv_conf.h> + +// #undef LV_COLOR_16_SWAP +// #define LV_COLOR_16_SWAP 0 |