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

RM68090 compatibility #837

Closed
MickTheMechanic opened this issue Nov 25, 2020 · 6 comments
Closed

RM68090 compatibility #837

MickTheMechanic opened this issue Nov 25, 2020 · 6 comments

Comments

@MickTheMechanic
Copy link

Feature Request or Enhancement

Please describe what you would like to see GUIslice do: ??? Any chance of adding drivers for the RM68090 board?
https://www.banggood.com/Geekcreit-UNO-R3-Improved-Version-+-2_8TFT-LCD-Touch-Screen-+-2_4TFT-Touch-Screen-Display-Module-Kit-Geekcreit-for-Arduino-products-that-work-with-official-Arduino-boards-p-1428291.html?utm_source=googleshopping&utm_medium=cpc_organic&gmcCountry=DE&utm_content=minha&utm_campaign=minha-de-en-pc&currency=EUR&createTmp=1&utm_source=googleshopping&utm_medium=cpc_bgs&utm_content=frank&utm_campaign=frank-ssc-de-all-en-0608feed&ad_id=440288844860&cur_warehouse=CN

Additional context

Currently works using MSCFriends library, I suspect it might be possible to use the ili9341 driver with little effort if the display ID is forced??

@Bodmer
Copy link
Owner

Bodmer commented Nov 25, 2020

Use the ILI9341_DRIVER option. That should work fine.

@MickTheMechanic
Copy link
Author

Works for the 2.4“ (colors and x/y axis are inverted though) but on the 2.8“ I just get a white screen.

I think* I need to somehow force the display ID, as when I use the MCUfriends library, it works on the 2.8“, but the 2.4“ only works when the display ID is forced.

What are your thoughts, any way to try it?

@MickTheMechanic
Copy link
Author

I would also like to add, I am trying to use your repo in conjunction with GUISlice, but I’m having some issues there. I’m not 100% sure where to post, I’ve opened an issue on their repo regarding this particular display, it may or may not help the situation here, but here is a link anyway. ImpulseAdventure/GUIslice#297

@Bodmer
Copy link
Owner

Bodmer commented Nov 26, 2020

Many cheap displays are available that work with TFT_eSPI, so I suggest you buy one of them as I do not have the time to try and get all dispays working with the library. Especially when I do not own a display of that type.

I am unable to resolve any issues with GUISlice so your best option is to raise an issue on that repository.

Sorry I can't be more helpful this time.

@MickTheMechanic
Copy link
Author

Can you tell me where display ID‘s are defined, or if they are defined at all?

@Bodmer
Copy link
Owner

Bodmer commented Nov 28, 2020

The display driver type is specified by the user in the User_Setup.h file of the library. The driver specific initialisation files are in the TFT_Drivers folder of the library.

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

No branches or pull requests

2 participants