Pico-MCU-from-Raspberry-Pi
Pico-MCU-from-Raspberry-Pi copied to clipboard
2021-2024: RPi Pico 2040 and ST7789, ILI9486, ILI9488 LCD Touch Macro keypad, VS1053 music player, PCM5101 USB-Audio-DAC, and OLED SSD1306, with RPi-cmake-SDK, Arduino IDE (both mbed and C++ SDK-based...
- **Large Text file processing for nKeys:** Can now handle very large text strings strings, preferably stored on SDCard, using nKeys n,o,p,q,r. If nKeys = m,s,t then large strings also...
Feb 2025: [**Enabling SDIO operation for SD**](https://arduino-pico.readthedocs.io/en/latest/fs.html) SDIO support is available thanks to SdFat implementing a PIO-based SDIO controller. This mode can significantly increase IO performance to SD cards but...