This little tool generates source code for the STM32L4+ GFXMMU peripheral. The GFXMMU packs the physical memory depending on the shape of the display. For a round display the none visible parts are not mapped into memory.
$ git clone https://github.com/satirebird/stm32-gfxmmu-tool.git
$ cd stm32-gfxmmu-tool
$ make build$ ./venv/bin/stm32-gfxmmu-tool --help
$ ./venv/bin/stm32-gfxmmu-tool 360 360This project based on the template project from Richard Pappalardo.