Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 740 Bytes

File metadata and controls

35 lines (23 loc) · 740 Bytes

stm32-gfxmmu-tool

Description

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.

Install

$ git clone https://github.com/satirebird/stm32-gfxmmu-tool.git
$ cd stm32-gfxmmu-tool
$ make build

Usage

$ ./venv/bin/stm32-gfxmmu-tool --help
$ ./venv/bin/stm32-gfxmmu-tool 360 360

Reference

This project based on the template project from Richard Pappalardo.