Skip to content

Releases: Gissio/mcu-renderer

1.0.18

08 Jan 20:26

Choose a tag to compare

  • fontconv: added -e to write C headers with defines and declarations only.

1.0.17

27 Dec 17:00

Choose a tag to compare

  • Added support for the ST7789 RAMCTRL EPF flags (Data translate of 65k and 4k to frame data) through MCURENDERER_SDL_R0B0_ZERO, MCURENDERER_SDL_R0B0_ONE, MCURENDERER_SDL_R0B0_FROM_R5_B5 and MCURENDERER_SDL_R0B0_FROM_G5 compiler defines.

1.0.16

26 Dec 14:48

Choose a tag to compare

  • Renamed old mr_get_color macro to mr_get_color_rounded.
  • Added new mr_get_color for more precise bit RGB888->RGB565 color conversion.
  • Improved RGB565->RGB888 color conversion in SDL.

1.0.15

16 Aug 19:07

Choose a tag to compare

  • Minor fontconv fix.

1.0.14

10 Aug 03:40

Choose a tag to compare

  • Added [FONTNAME]_SIZE define to fontconv.

1.0.13

15 Jul 18:47

Choose a tag to compare

  • Fixes issues in UTF-8 and UTF-16 decoder logic.

1.0.10

13 Jul 20:50

Choose a tag to compare

  • Improved UTF-8 and UTF-16 decoder logic.

1.0.9

03 May 23:35

Choose a tag to compare

  • Added MR_COLOR sample colors.

1.0.8

03 May 20:08

Choose a tag to compare

  • fontconv now notifies users of requested characters unavailable in the font.
  • Renamed fontconv --points parameter to --pixels.
  • Improved documentation.

1.0.7

28 Apr 05:21

Choose a tag to compare

  • Ported fontconv tool to Python.
  • Added textproc tool for calculating Unicode codepoint sets from text/.c files.
  • Fixed examples so they compile correctly.