jc-SpaceXp / ASFM

ASFM - A Simple File Manager on a ST7789 TFT display over SPI using a STM32 MCU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASFM

A simple file manager. Browsing a SD card source tree with an Adafruit ST7789 based display.

Tools

The following tools are needed to build this project

Submodules

CMSIS will also produce linker warnings due to newlib e.g. “_write is not implemented and will always fail”. There is quite a bit of a size overhead when pulling in all the CMSIS modules. An average project would be around ~100Mb.

About

ASFM - A Simple File Manager on a ST7789 TFT display over SPI using a STM32 MCU

License:MIT License


Languages

Language:C 84.0%Language:Makefile 16.0%