[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.
This commit is contained in:
parent
48d9140cfc
commit
8e614250b4
51 changed files with 1610 additions and 497 deletions
|
@ -44,8 +44,8 @@ typedef enum qp_image_format_t {
|
|||
PALETTE_2BPP = 0x05,
|
||||
PALETTE_4BPP = 0x06,
|
||||
PALETTE_8BPP = 0x07,
|
||||
RGB565_16BPP = 0x08,
|
||||
RGB888_24BPP = 0x09,
|
||||
RGB565_16BPP = 0x08, // Natively streamed to the panel, no interpolation or palette handling
|
||||
RGB888_24BPP = 0x09, // Natively streamed to the panel, no interpolation or palette handling
|
||||
} qp_image_format_t;
|
||||
|
||||
typedef enum painter_compression_t { IMAGE_UNCOMPRESSED, IMAGE_COMPRESSED_RLE } painter_compression_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue