Rename lib lv_berry to lv_binding_berry

This commit is contained in:
Stephan Hadinger 2022-03-17 22:31:47 +01:00
parent fc07670356
commit d87b5c20ad
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":