Skip to content
Snippets Groups Projects
Unverified Commit 71db5c16 authored by George Fu's avatar George Fu Committed by GitHub
Browse files

Fix FYSETC mini 12864 init / glitches (#17209)

parent 14daf1ee
Branches
Tags
No related merge requests found
......@@ -118,7 +118,7 @@ static const uint8_t u8g_dev_uc1701_mini12864_HAL_init_seq[] PROGMEM = {
static const uint8_t u8g_dev_uc1701_mini12864_HAL_data_start[] PROGMEM = {
U8G_ESC_ADR(0), // instruction mode
U8G_ESC_CS(1), // enable chip
#if EITHER(MKS_MINI_12864, ENDER2_STOCKDISPLAY)
#if ANY(MKS_MINI_12864, ENDER2_STOCKDISPLAY, FYSETC_MINI_12864)
UC1701_START_LINE(0), // set display start line to 0
UC1701_ADC_REVERSE(0), // ADC set to reverse
UC1701_OUT_MODE(1), // common output mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment