mirror of
https://github.com/m5stack/esp-bsp.git
synced 2026-05-20 11:26:31 -07:00
e0663388eb
This test_app is based on https://github.com/espressif/esp-idf/tree/master/examples/peripherals/lcd/tjpgd
No Graphical Library BSP test_app
BSPs are by default shipped with LVGL graphical library. This test_app shows how you can use 'noglib' version of BSPs (without LVGL) and is used mainly for CI testing purposes.
More information about noglib BSPs can be found in root README file.
How to use the example
Hardware Required
- Any of the supported boards
Compile and flash
This example is used mainly for CI testing purposes. If you want to build it locally, follow these steps:
- Create a noglib version of your BSP with
python ./.github/ci/bsp_noglib.py <name_of_your_bsp> - Update idf_component.yml with your BSP
- Compile and flash as usual
idf.py -p COMx flash monitor
