Releases: MarlinFirmware/U8glib-HAL
Releases · MarlinFirmware/U8glib-HAL
U8glib-HAL 0.5.1
- Leave out
u8g_com_stm32duino_ssd_i2c.cpp
with-DHAL_I2C_MODULE_DISABLED
. - Hide some build warnings.
- Fill out architectures metadata.
U8glib-HAL 0.5.0
- Rename the main source file and header to more fully assert U8glib incompatibility.
U8glib-HAL 0.4.5
- Remove
U8G_NOINLINE
, trusting GCC
U8glib-HAL 0.4.4
- Fix (LPC176x) build warning
- Remove chess engine
- Allow later init of a u8g singleton. Note: This breaks API compatibility with U8glib.
U8glib-HAL 0.4.3
- Split up font data, fix text encoding
- Prevent
PROGMEM
redefine
U8glib-HAL 0.4.2
- Fix a missing / obsolete font declaration
U8glib-HAL 0.4.1
- Fix various compiler warnings
- Add SAMD51 hardware SPI support
- Fix some library paths
- Update Marlin HAL compatibility
- Support STM32 core, fix Maple compile issues
- Add
portModeRegister
for Arduino-SAM - Allow choosing init sequence with compile-time
-D
flag