earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
2.04k stars 423 forks source link

Add Elecrow CrowPanel RP2040 DVI board #2269

Closed qq71680264 closed 3 months ago

qq71680264 commented 3 months ago

I've generated boards.txt via makeboards.py in the latest code, added the required files, and tested it to run silky smooth on an Elecrow CrowPanel RP2040 DVI board. This is the first time I've been involved in submitting code, so if I haven't gotten it right somewhere, please remind me and I'll do my best to get it right. board link:https://www.elecrow.com/crowpanel-pico-display-4-3-inch-320-240-hmi-module-tft-lcd-touchscreen-with-rp2040-support-c-c-micropython-lvgl.html

qq71680264 commented 3 months ago

Oh, i read the "contrib.rst", and maybe i know how to do it now. The only files that need to be added manually are the ones in the “variants” folder, the rest are generated by makeboards.py, is that correct?

earlephilhower commented 3 months ago

Oh, i read the "contrib.rst", and maybe i know how to do it now. The only files that need to be added manually are the ones in the “variants” folder, the rest are generated by makeboards.py, is that correct?

Yes, that's pretty much it. The makeboards.py script updates the package JSON, the P.IO JSONs, and boards.txt. None of those outputs should be edited.