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

LilyGo AMOLED Series #549

Closed
Starbane opened this issue Apr 4, 2024 · 1 comment
Closed

LilyGo AMOLED Series #549

Starbane opened this issue Apr 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Starbane
Copy link

Starbane commented Apr 4, 2024

Carefully written requests are more likely to be given priority.
丁寧に記述された要望は優先して対応される可能性が高くなります。

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

There are no native support for:
LilyGo AMOLED 1.47 inch
LilyGo AMOLED 1.91 inch
LilyGo AMOLED 2.41 inch

I was hoping to use LGFX_Sprite to draw, and bit bang it to the display. The possibility to create a LGFX_Sprite without having configured LovyanGFX fully would benefit not only mentioned boards but all boards without native support. Hence, enabling more developers to choose LovyanGFX as a drawing solution for their projects.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Create the possibility to create and use a LGFX_Sprite as a drawing canvas without fully configuring LovyanGFX, in best scenario no configuration except perhaps bbp.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

LilyGo supply support for bit banging a void*/len structure so TFT_eSPI defaults nicely so their TFT_eSprite is usable out of the box but it is slower drawing than LovyanGFX.

Additional context
Add any other context or screenshots about the feature request here.

The display chips LilyGo chose for the boards have no drawing capabilities other than bit banging a region to display memory, but does rather good and in a speedy manner as well, due to QSPI connection between host and display.

@Starbane Starbane added the enhancement New feature or request label Apr 4, 2024
@tobozo
Copy link
Collaborator

tobozo commented Apr 4, 2024

closing this as duplicate with #547 please keep everything related to LilyGo AMOLED in the same post

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

No branches or pull requests

2 participants