🎨 Consolidate Ender-3 V2 DWIN common code (#22778)
This commit is contained in:
committed by
Scott Lahteine
parent
5b593da04d
commit
e705a7724e
@@ -21,12 +21,11 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
#include "../../fontutils.h"
|
||||
#include "../../marlinui.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct _dwin_charmap_t {
|
||||
wchar_t uchar; // the unicode char
|
||||
uint8_t idx; // the glyph of the char in the ROM
|
||||
|
Reference in New Issue
Block a user