forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay U8glib init using U8glib-HAL 0.4.4 (MarlinFirmware#21496)
Co-authored-by: Scott Lahteine <[email protected]>
- Loading branch information
1 parent
ecd5ae8
commit 7124326
Showing
3 changed files
with
59 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ USES_LIQUIDCRYSTAL_I2C = marcoschwartz/[email protected] | |
USES_LIQUIDTWI2 = [email protected] | ||
HAS_WIRED_LCD = src_filter=+<src/lcd/lcdprint.cpp> | ||
HAS_MARLINUI_HD44780 = src_filter=+<src/lcd/HD44780> | ||
HAS_MARLINUI_U8GLIB = U8glib-HAL@~0.4.1 | ||
HAS_MARLINUI_U8GLIB = U8glib-HAL@~0.4.4 | ||
src_filter=+<src/lcd/dogm> | ||
HAS_(FSMC|SPI|LTDC)_TFT = src_filter=+<src/HAL/STM32/tft> +<src/HAL/STM32F1/tft> +<src/lcd/tft_io> | ||
HAS_FSMC_TFT = src_filter=+<src/HAL/STM32/tft/tft_fsmc.cpp> +<src/HAL/STM32F1/tft/tft_fsmc.cpp> | ||
|