{"id":20316127,"url":"https://github.com/lupyuen/lvgltest-nuttx","last_synced_at":"2025-10-31T10:52:26.393Z","repository":{"id":87766843,"uuid":"477489125","full_name":"lupyuen/lvgltest-nuttx","owner":"lupyuen","description":"LVGL Test App for Apache NuttX RTOS","archived":false,"fork":false,"pushed_at":"2022-08-19T03:28:32.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-08T15:49:24.479Z","etag":null,"topics":["lvgl","nuttx","pinecone","pinedio","riscv32","st7789"],"latest_commit_sha":null,"homepage":"https://github.com/lupyuen/pinedio-stack-nuttx","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/lupyuen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["lupyuen"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["paypal.me/lupyuen"]}},"created_at":"2022-04-03T23:13:53.000Z","updated_at":"2022-04-17T18:49:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a6c38b4-8e16-493c-95a4-f510441b3435","html_url":"https://github.com/lupyuen/lvgltest-nuttx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lupyuen/lvgltest-nuttx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Flvgltest-nuttx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Flvgltest-nuttx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Flvgltest-nuttx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Flvgltest-nuttx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lupyuen","download_url":"https://codeload.github.com/lupyuen/lvgltest-nuttx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lupyuen%2Flvgltest-nuttx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281976631,"owners_count":26592972,"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","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["lvgl","nuttx","pinecone","pinedio","riscv32","st7789"],"created_at":"2024-11-14T18:24:30.591Z","updated_at":"2025-10-31T10:52:26.376Z","avatar_url":"https://github.com/lupyuen.png","language":"C","funding_links":["https://github.com/sponsors/lupyuen","paypal.me/lupyuen"],"categories":[],"sub_categories":[],"readme":"![LVGL Test App on Pine64 PineDio Stack BL604 RISC-V Board](https://lupyuen.github.io/images/pinedio2-title.jpg)\n\n# LVGL Test App for Apache NuttX RTOS\n\nRead the articles...\n\n-   [\"PineDio Stack BL604 runs Apache NuttX RTOS\"](https://lupyuen.github.io/articles/pinedio2)\n\n-   [\"NuttX Touch Panel Driver for PineDio Stack BL604\"](https://lupyuen.github.io/articles/touch)\n\nThis NuttX App is a simplified version of the LVGL Demo App for NuttX...\n\n-   [incubator-nuttx-apps/examples/lvgldemo](https://github.com/lupyuen/incubator-nuttx-apps/tree/pinedio/examples/lvgldemo)\n\n# Install App\n\nTo add this repo to your NuttX project...\n\n```bash\n## TODO: Change this to the path of our \"incubator-nuttx-apps/examples\" folder\npushd nuttx/apps/examples\ngit submodule add https://github.com/lupyuen/lvgltest-nuttx lvgltest\npopd\n```\n\nThen update the NuttX Build Config...\n\n```bash\n## TODO: Change this to the path of our \"incubator-nuttx\" folder\ncd nuttx/nuttx\n\n## Preserve the Build Config\ncp .config ../config\n\n## Erase the Build Config and Kconfig files\nmake distclean\n\n## For PineDio Stack BL604: Configure the build for PineDio Stack BL604\n./tools/configure.sh bl602evb:pinedio\n\n## For BL602 / BL604: Configure the build for BL602 / BL604\n./tools/configure.sh bl602evb:nsh\n\n## For ESP32: Configure the build for ESP32.\n## TODO: Change \"esp32-devkitc\" to our ESP32 board.\n./tools/configure.sh esp32-devkitc:nsh\n\n## Restore the Build Config\ncp ../config .config\n\n## Edit the Build Config\nmake menuconfig \n```\n\nIn menuconfig, enable the LVGL Test App under \"Application Configuration\" → \"Examples\".\n\nTo run the app, enter this in the NuttX Shell...\n\n```bash\nlvgltest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupyuen%2Flvgltest-nuttx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flupyuen%2Flvgltest-nuttx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupyuen%2Flvgltest-nuttx/lists"}