Nekspire / stm32_sdcard_file_viewer

STM32 sd card file viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File viewer for sd cards

Features:

  • Multi-platform
  • No dynamic memory allocation
  • File system based on FatFS.
  • Display based on STM32_ADAFRUIT_LCD BSP functions.
  • Short and long file name support

Functions offer:

  • Displaying directory contents: files and subdirectories
  • Displaying path
  • Displaying size of file
  • Directory scrolling: up and down
  • Directory scrolling by page: forward and backward
  • Unwrapping file names, if it's too long

Photos:

  • Hardware: Ili9486 TFT-LCD display, STM32F446RE Nucleo Board

    Short file name

    Long file name

    File Viewer also works on lower size ILI9341 display.

    Short file name

    Long file name

About

STM32 sd card file viewer

License:MIT License


Languages

Language:C 99.3%Language:Assembly 0.4%Language:HTML 0.2%Language:CMake 0.1%