Merge pull request #15164 from s-hadinger/lv_binding_berry

Rename lib lv_berry to lv_binding_berry
This commit is contained in:
s-hadinger 2022-03-17 22:40:34 +01:00 committed by GitHub
commit f94a72c826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
python3 tools/pycoc/main.py -o generate src default ../berry_tasmota/src ../berry_mapping/src ../../libesp32_lvgl/lv_berry/src ../../libesp32_lvgl/lv_berry/generate -c default/berry_conf.h
python3 tools/pycoc/main.py -o generate src default ../berry_tasmota/src ../berry_mapping/src ../../libesp32_lvgl/lv_binding_berry/src ../../libesp32_lvgl/lv_binding_berry/generate -c default/berry_conf.h

View File

@ -3,7 +3,7 @@
"version": "1.0",
"description": "Mapping of LVGL functions to Berry. Currently supporting LVGL 8.2.0",
"license": "MIT",
"homepage": "https://github.com/lvgl/lv_berry",
"homepage": "https://github.com/lvgl/lv_binding_berry",
"frameworks": "arduino",
"platforms": "espressif32",
"authors":