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

Fixes to Platformio env=native #521

Merged
merged 3 commits into from
Feb 6, 2024

Conversation

MitchBradley
Copy link
Contributor

This patch adds Windows entries to the include and library paths in examples_for_PC/PlatformIO_SDL/platformio.ini and adds an English language version of the README.md file in that directory. README-en.md contains additional information about final setup, compilation, and running the program under VsCode/PlatformIO that is not in the original version.

Set the default env to native.

That simplifies the usage instructions.
@tobozo
Copy link
Collaborator

tobozo commented Feb 6, 2024

hi,

Thanks for your contribution 👍

From the readme:

Copy files from this directory to the top level directory of this repostory

The readme should probably issue a warning about that: modifying the LovyanGFX library like this may make it unusable for other platformio environments, esp-idf, OpenCV, Arduino, etc.

Is there a way these files can stay in the platformio project folder?

@MitchBradley
Copy link
Contributor Author

Is there a way these files can stay in the platformio project folder?

Yes, I already fixed that but I made a mistake in editing README-en.md to reflect the solution. d8776a3 fixes it

FYI, the M5GFX project uses LovyanGFX and I found the fix in their version - https://github.com/m5stack/M5Unified/tree/master/examples/PlatformIO_SDL

@tobozo
Copy link
Collaborator

tobozo commented Feb 6, 2024

thanks for spotting that!

@tobozo tobozo merged commit 4fd713e into lovyan03:master Feb 6, 2024
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