Pico 2 W/CircuitPython 10.0.3 Display bmp images in SD, using displayio.OnDiskBitmap()/adafruit_imageload.load().
Raspberry Pi Pico 2 W/CircuitPython 10.0.3 display bmp images in SD, using displayio.OnDiskBitmap()/adafruit_imageload.load(). Reference: - displayio.OnDiskBitmap() - adafruit_imageload.load() All bmp were resized and converted from jpg to 240*240 RGB888 bmp using FFmpeg . Connection: Raspberry Pi Pico 2 W ===================== GP28| GND | GP27| GP26| Run | GP22| ------- LCD_BLK ------------+ GND | | GP21| ------- LCD_DC ---------+ | GP20| ------- LCD_RES-------+ | | +------- SD_MISO|GP12 GP19| MOSI - SPI_SDA ----+ | | | | +----- SD_CS |GP13 GP18| SCK - SPI_SCL --+ | | | | | | |GND GND | | | | | | | | +--- SD_SCK |GP14 GP17| SS - LCD_CS ---|-|-|...