Convert image to 24-bit color BMPs using GIMP (used for Adafruit_ImageReader)

In coming exercise (Adafruit_ImageReader exercises run on Raspberry Pi Pico to load images from SD Card, display on 320x240 IPS SPI ILI9341), I will follow the "Adafruit GFX Graphics Library" to load images from SD Card using Adafruit_ImageReader. Currently only uncompressed 24-bit color BMPs are supported.

This video show steps to convert image to 24-bit color BMPs using GIMP.



Comments

Popular posts from this blog

480x320 TFT/ILI9488 SPI wih EP32C3 (arduino-esp32) using Arduino_GFX Library

Drive 320x240 ILI9341 SPI TFT using ESP32-S3 (NodeMCU ESP-S3-12K-Kit) using TFT_eSPI library, in Arduino Framework.