diff options
| author | Nick Brassel | 2023-10-22 04:27:31 +0200 |
|---|---|---|
| committer | GitHub | 2023-10-22 04:27:31 +0200 |
| commit | 8e614250b4b44a14a6a8c93bea3a6d1fd02790cf (patch) | |
| tree | 15c000b7765082911a3a6d84b1499b51c25f43d8 /drivers/painter/tft_panel | |
| parent | 48d9140cfc197d6f4c54bf8022902d28fac37624 (diff) | |
[QP] Add support for OLED, variable framebuffer bpp (#19997)
Co-authored-by: Pablo MartÃnez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Fixup delta frame coordinates after #20296.
Diffstat (limited to 'drivers/painter/tft_panel')
| -rw-r--r-- | drivers/painter/tft_panel/qp_tft_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/painter/tft_panel/qp_tft_panel.h b/drivers/painter/tft_panel/qp_tft_panel.h index 67168645b7..3b184f2eba 100644 --- a/drivers/painter/tft_panel/qp_tft_panel.h +++ b/drivers/painter/tft_panel/qp_tft_panel.h @@ -1,5 +1,6 @@ // Copyright 2021 Nick Brassel (@tzarc) // SPDX-License-Identifier: GPL-2.0-or-later +#pragma once #include "color.h" #include "qp_internal.h" |