We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87f26d commit 62ebd6eCopy full SHA for 62ebd6e
ini/features.ini
@@ -41,6 +41,7 @@ HAS_MARLINUI_U8GLIB = marlinfirmware/U8glib-HAL@~0.5.2
41
src_filter=+<src/lcd/dogm>
42
HAS_(FSMC|SPI|LTDC)_TFT = src_filter=+<src/HAL/STM32/tft> +<src/HAL/STM32F1/tft> +<src/lcd/tft_io>
43
HAS_FSMC_TFT = src_filter=+<src/HAL/STM32/tft/tft_fsmc.cpp> +<src/HAL/STM32F1/tft/tft_fsmc.cpp>
44
+ build_flags=-DHAL_SRAM_MODULE_ENABLED
45
HAS_SPI_TFT = src_filter=+<src/HAL/STM32/tft/tft_spi.cpp> +<src/HAL/STM32F1/tft/tft_spi.cpp>
46
I2C_EEPROM = src_filter=+<src/HAL/shared/eeprom_if_i2c.cpp>
47
SOFT_I2C_EEPROM = SlowSoftI2CMaster, SlowSoftWire=https://github.com/felias-fogg/SlowSoftWire/archive/master.zip
0 commit comments