-
Notifications
You must be signed in to change notification settings - Fork 20
For LovyanGFX #30
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
For LovyanGFX #30
Conversation
Could someone please check? |
Please provide more information, I do not understand the issue this pull request intends to solve. I was not aware of LovyanGFX. A search found https://github.com/lovyan03/LovyanGFX but I saw nothing about composite video. Am I looking at the right thing? |
Hi. @Roger-random There was a lack of story about my project using your source. I am sorry. My goal is to commit the Panel_CVBS class to LovyanGFX. Briefly, I have replaced the ESP_8_BIT_GFX class with LovyanGFX in my project. I have not committed to LovyanGFX yet. It is currently under testing. Here is my inventory project.( using PlatformIO) The following video shows how it works. The modifications are as follows
Best regards. |
Thank you for clarifying. I spent some time on the README file at https://github.com/lovyan03/LovyanGFX and it appears to have a number of features not in Adafruit's GFX library. In order to fully support the entire LovyanGFX library, I believe it will be better to have a separate Arduino library so we don't incur overhead for people who are not using LovyanGFX. Option 1:
Option 2:
Since you are still testing LovyanGFX and have not yet committed, I will not merge this pull request until your evaluation is complete. Please let me know what you find in your testing! It would be good to know the advantages/disadvantages of AdafruitGFX vs. LovyanGFX. In the meantime, I will open a new discussion thread (#31) to see if others want LovyanGFX support. |
Hi @Roger-random I appreciate your advice. In the meantime, I would like to contribute to the Arduino community by creating a library that depends on ESP_8_BIT_composite and LovyanGFX. Best regards. |
Please feel free to fork this library. I've released it under the MIT license to encourage derived work. You don't even have to ask for permission! But thank you for asking. |
@Roger-random
Hi. Thank you for your Contributions.
I have merged LovyanGFX and ESP_8_BIT_composite in my project. In doing so, I wanted to output signals to GPIO26 (ATOM Lite), so I modified your source.
I decided to define the output port with #define as I don't change it often.
Please merge if you like. I'll commit it for now.