8000 Comparing lvgl:master...CppModules:master · lvgl/lvgl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lvgl/lvgl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CppModules/lvgl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 12, 2025

  1. feat(lvgl): 为 lv_sdl_window 添加事件回调功能- 新增 lv_sdl_window_event_callback…

    … 类型和 lv_sdl_window_set_event_callback 函数
    
    - 在事件循环中添加对自定义事件回调的调用
    - 使用户能够处理 SDL 事件,如键盘输入等
    Huiyicc committed Jan 12, 2025
    Configuration menu
    Copy the full SHA
    470a757 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. feat(sdl): 支持从现有窗口创建 LVGL 显示- 新增 lv_sdl_window_create_from 函数,用于从现有窗口…

    …创建 LVGL 显示
    
    - 修改 lv_sdl_window_create 函数,使用新的 lv_sdl_window_create_base 函数
    - 更新相关函数以支持新的创建方式
    - 优化代码结构,提高可读性和可维护性
    Huiyicc committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    f7a7722 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. fix(third_party): 修复 SDL 窗口创建和初始化问题

    - 在 lv_sdl_window_create_base 函数中添加 SDL_Init错误检查
    - 完善 lv_sdl_window_create_from 函数的初始化流程
    - 在创建 SDL 窗口时添加隐藏标志,避免闪屏现象
    Huiyicc committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ec70b4c View commit details
    Browse the repository at this point in the history
Loading
0