Lvgl pc simulator#575
Open
maidang-xing wants to merge 3 commits intotuya:masterfrom
Open
Conversation
- Introduced a new LVGL PC simulator to run TuyaOpen App's LVGL UI on a Linux desktop without hardware. - Added configuration files and build scripts to facilitate easy switching between different apps. - Implemented necessary stubs and logging support for TAL and TKL interfaces. - Updated existing UI source files to support conditional compilation for hardware and simulator environments. - Enhanced documentation for building and running the simulator, including prerequisites and usage instructions.
…r simulator compatibility - Refactored volume management functions to include simulator-specific behavior. - Simplified date and time retrieval functions, ensuring compatibility with both hardware and simulator environments. - Added network status change handling and improved date/time update mechanisms. - Updated conditional compilation directives to enhance code clarity and maintainability.
…p details - Revised installation instructions in English and Chinese README files for the LVGL simulator. - Updated package installation commands for Ubuntu, Fedora, and Arch Linux to include necessary build tools. - Removed Windows-specific setup instructions to streamline documentation and focus on Linux environments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 描述/PR description
[在此详细描述 PR 的内容]/[Describe the PR content in detail here]
代码质量/Code Quality:
在本次拉取请求中,我已考虑以下事项 As part of this pull request, I've considered the following: