Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32 support #68

Merged
merged 8 commits into from
Dec 3, 2024
Merged

esp32 support #68

merged 8 commits into from
Dec 3, 2024

Conversation

fbiego
Copy link
Collaborator

@fbiego fbiego commented Nov 28, 2024

  • add esp32 support (arduino framework)
  • change main file to c++ (arduino compatibility)
  • add support for esp32 (tested with wt32 480x320)

- add esp32 support (arduino framework)
- change main file to c++ (arduino compatibility)
- add support for esp32 (tested with wt32 480x320)
Copy link
Member

@kisvegabor kisvegabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you! I've added a few formatting related comments.

hal/esp32/app_hal.h Outdated Show resolved Hide resolved
hal/esp32/app_hal.h Outdated Show resolved Hide resolved
#endif


void hal_setup(void);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
void hal_setup(void);
/**
* Add some description please
*/
void hal_setup(void);

Copy link
Member

@kisvegabor kisvegabor Nov 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant add some description please as API comments 🙂

src/main.cpp Outdated Show resolved Hide resolved
src/main.cpp Outdated Show resolved Hide resolved
fbiego and others added 6 commits November 29, 2024 10:22
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
add comments
hal/esp32/app_hal.h Outdated Show resolved Hide resolved
Copy link
Member

@kisvegabor kisvegabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

As we have discussed I've sent you an invite for write access. Feel free to merge this PR when it's accepted 🙂

@fbiego fbiego merged commit 3875e8c into lvgl:master Dec 3, 2024
3 checks passed
@kisvegabor
Copy link
Member

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants