Skip to content

Releases: MarlinFirmware/U8glib-HAL

U8glib-HAL 0.5.1

16 Oct 02:46

Choose a tag to compare

  • 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

09 Jul 04:00

Choose a tag to compare

  • Rename the main source file and header to more fully assert U8glib incompatibility.

U8glib-HAL 0.4.5

09 Jul 03:58

Choose a tag to compare

  • Remove U8G_NOINLINE, trusting GCC

U8glib-HAL 0.4.4

09 Jul 03:57

Choose a tag to compare

  • 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

09 Jul 03:55

Choose a tag to compare

  • Split up font data, fix text encoding
  • Prevent PROGMEM redefine

U8glib-HAL 0.4.2

02 Aug 01:40

Choose a tag to compare

  • Fix a missing / obsolete font declaration

U8glib-HAL 0.4.1

02 Aug 01:39

Choose a tag to compare

  • 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