-
Notifications
You must be signed in to change notification settings - Fork 312
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
Deek-Robot TFT #191
Comments
please ask DEEK to submit a PR to help and we will review it! |
I have noticed this issue is a duplicate of #154. |
Information for anybody reading this issue report after its closure: |
Hello,
I have a "Deek-Robot" TFT, which looks exactly like one pictured here, and uses ST7735. None of the options for
initR
works well – the screen size is OK forINITR_GREENTAB
andINITR_BLACKTAB
, but when usingINITR_GREENTAB
, red is swapped with blue, and when usingINITR_BLACKTAB
, the image on the display is shifted. This issue is the same as the one described in #180, but I'm not sure what type of display is used by the user who reported it. This issue is also described here.The library works perfectly when
initR(INITR_BLACKTAB)
is used, but it is modified to set _colstart to 2 and _rowstart to 1 (like whenINITR_GREENTAB
is used). Could you please modify this library (more specifically,Adafruit_ST7735.cpp
andAdafruit_ST7735.h
) to create another option forinitR
for initializing the display like mentioned above? AlsosetRotation
will need to be modified to behave just like whentabcolor
isINITR_BLACKTAB
when the new option is used.Thank you.
The text was updated successfully, but these errors were encountered: