Posted: 09:12pm 20 Nov 2024 |
Copy link to clipboard |
Print this post |
|
Hi,
I recently got a CrowPanel Pico display - a Pico 2040 with a 3.5" 480x320 TFT attached. Could not resist, was relatively inexpensive (19 €) and the display looked brilliant.
https://www.elecrow.com/wiki/CrowPanel_Pico_HMI_Display-3.5.html#resources-download
Just in case someone is interested in such a display, here are a few things I figured out. I used PicoMite MMBasic Version 6.00.00RC15 for testing and these options:
OPTION SYSTEM SPI GP10,GP11,GP12 OPTION FLASH SIZE 8388608 OPTION LCDPANEL ILI9488, LANDSCAPE,GP8,GP15,GP9,GP18 OPTION SDCARD GP22 OPTION COLOURCODE ON OPTION LCDPANEL CONSOLE OPTION DISPLAY 26, 60
-- the display works well, it's really nice but (unsurprisingly) rather slow -- I could not get the SD card to work; not sure why. It shares the system SPI and the CS line should be correct -- the board has a buzzer at GP14, which works -- one can mirror the console to the display, but scrolling is slow but ok-ish -- the board has a couple of connectors and a pin header
Cheers Thomas Edited 2024-11-21 07:12 by karlelch |