{"id":17836840,"url":"https://github.com/mdaskalov/esp32-idf-lvgl","last_synced_at":"2025-03-19T21:30:29.488Z","repository":{"id":105069169,"uuid":"609263471","full_name":"mdaskalov/esp32-idf-lvgl","owner":"mdaskalov","description":"Example using LVGL in ESP-IDF project","archived":false,"fork":false,"pushed_at":"2023-03-03T20:52:38.000Z","size":9,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T21:06:37.235Z","etag":null,"topics":["esp-idf","esp32","espressif32","lvgl","ttgo-t-display"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdaskalov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-03T18:10:11.000Z","updated_at":"2025-02-13T08:33:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"c64fad82-ee17-4557-adce-dc3d9301b866","html_url":"https://github.com/mdaskalov/esp32-idf-lvgl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-idf-lvgl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-idf-lvgl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-idf-lvgl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdaskalov%2Fesp32-idf-lvgl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdaskalov","download_url":"https://codeload.github.com/mdaskalov/esp32-idf-lvgl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244022633,"owners_count":20385134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp-idf","esp32","espressif32","lvgl","ttgo-t-display"],"created_at":"2024-10-27T20:44:03.247Z","updated_at":"2025-03-19T21:30:29.482Z","avatar_url":"https://github.com/mdaskalov.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp32-idf-lvgl\nSample ESP-IDF based project with integrated LVGL\n\nThis sample ilustrates the integration of the [lvgl](https://github.com/lvgl/lvgl) graphics library in a project based on the [espressif](https://docs.espressif.com/projects/esp-idf/en/release-v4.4/esp32/index.html) IoT development framework.\n\nIt uses the `develop` branch of the display drivers [repo](https://github.com/lvgl/lvgl_esp32_drivers/tree/develop) supportng various display controllers.\n\nAs this is still work-in-progres it was dificult to figure out how to properly initialize the display driver for the lvgl library.\n\nTo build the project you need to install the ESP-IDF framework:\n\n```\ngit clone --recursive https://github.com/espressif/esp-idf.git\ncd esp-idf; git checkout v4.4.3; git submodule update --init --recursive;\n./install.sh\ncd ..\n```\n\nThen each time a new terminal is opened the framework should be activated:\n```\ncd esp-idf; . ./export.sh; cd ..\n```\n\nThere is a sample configuration file `sdkconfig.ttgo-t-display` for TTGO T-Display configured in landscape mode.\n\nYou can rename it to `sdkconfig` or configure the drivers library for another device using following command:\n```\nidf.py menuconfig\n```\n\nTo build the project execute:\n```\nidf.py build\n```\n\nAnd to flash the device and monitor the output (press `ctrl-T` and then `ctrl-X` to exit) use:\n\n```\nidf.py flash monitor\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdaskalov%2Fesp32-idf-lvgl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdaskalov%2Fesp32-idf-lvgl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdaskalov%2Fesp32-idf-lvgl/lists"}