# MicroSD Pictures Display images from a microSD card on Soldered Inkplate 10. ## Overview Reads BMP or JPG images from a FAT-formatted microSD card and displays them on the Inkplate 10 e-paper screen. ## Hardware Required - Soldered Inkplate 10 - USB cable - MicroSD card (FAT32 formatted) with image files ## Setup 1. Copy BMP or JPG image files to the root of a FAT32-formatted microSD card. 2. Insert the microSD card into the Inkplate. Run `idf.py menuconfig` and navigate to: **Inkplate Boards → Inkplate10** ## Build and Flash ``` idf.py build idf.py -p PORT flash monitor ``` ## Expected Output Images from the microSD card displayed sequentially on the Inkplate 10 screen. ## Notes - Supported formats: Windows BMP (1/4/8/24-bit), JPG. - Images larger than 1200×825 px may not render correctly. - MicroSD card must be FAT or FAT32 formatted. ## Resources - Docs: https://docs.soldered.com/inkplate - Support: https://forum.soldered.com/ - Image tool: https://tools.soldered.com/tools/image-converter/
To create a project from this example, run:
idf.py create-project-from-example "solderedelectronics/inkplate=1.1.0:inkplate10/advanced/microsd/pictures"