Solving IPS Display Problems #4
Replies: 17 comments 28 replies
-
Hey, it's my display :) I should have opened a discussion for this |
Beta Was this translation helpful? Give feedback.
-
This solution worked for me, thanks for that, great work! |
Beta Was this translation helpful? Give feedback.
-
I too have the dreaded slanting text . I have read what two lines I need to change and i I read somewhere I have to Compile with 'Serial + MIDI + Audio . and I havent a clue what that means Does someone have the latest V2.31 as a hex file but with the lines altered to fix my display . I know how to load a hex file to the teensy but as for making a hex file , I am totaly lost . If I could scrounge a copy that would be great Cheers |
Beta Was this translation helpful? Give feedback.
-
If anyone has the same sloping text display here is the fixed hex file which Iain from Don https://www.dropbox.com/s/uix2ky5z6r2d95f/TSynth-fixed-display.ino.hex?dl=0 |
Beta Was this translation helpful? Give feedback.
-
Hello, I posted on the facebook builders group, but thought I would also post here. I just completed my build on a 4.1 board, and while everything works, my display is rotated and mirrored (reads right to left). I can fix the rotation, but I cannot for the life of me figure out the mirroring. The display I bought has the correct pinout but it has a blue tab, not green, black or red. FWIW, that display is here: https://ebay.to/3b1jyz2 Any help would be immensely appreciated |
Beta Was this translation helpful? Give feedback.
-
Is there anything here that might help?: |
Beta Was this translation helpful? Give feedback.
-
Do you have still issues with the Display? It looks like adafruit does not support all variants. I forked the library and added a change to use the display without issues. https://github.com/marcel-licence/Adafruit-ST7735-Library I am not sure if that might fix your observed issue |
Beta Was this translation helpful? Give feedback.
-
Hello, I have the same issu, like this picture. I have a 2.10 firmware with the good correction, but is it possible to have the new 2.32 firmware with it in the .hex ( without to build a custom firmware) ? Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi, I have updated to v2.33 recently and having the display issue. May I know if anyone having v2.33 hex with fixed display to share. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Thanks so much for the file, will try again. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the file, It works good. For the background, its now in white and brighter. |
Beta Was this translation helpful? Give feedback.
-
Hi, im am building a tsynth, i have 3 different displays, they all have the same issue. When i use the 2.33 firmware the display is mirrored upside down. Since i have tried 3 different displays i like to fix the Problem in Software, but i dont know how. Can anybody help me? |
Beta Was this translation helpful? Give feedback.
-
is that really that deterministic?
In this case Blue Label
…On Thu, 24 Nov 2022 at 11:49, ElectroTechnique ***@***.***> wrote:
What colour is the tab on the protective film, that might give a clue.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can you try this and report on what happens please, it's initialising with |
Beta Was this translation helpful? Give feedback.
-
Nice, it works now, the offset seems fine too. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello, during the installation of Electrotechnic TSynth, I'm facing two issues. |
Beta Was this translation helpful? Give feedback.
-
Try to program the Teensy with a simple "Blink" example program. Check all solder joints. |
Beta Was this translation helpful? Give feedback.
-
The display used in TSynth is a low-cost IPS 80x160 colour display with SPI interface, on a small PCB. These occasionally have a slightly different display fitted to the PCB, which will cause problems like the following:
The displays can be differentiated (sometimes!) by the colour of the tab on the protective film, although this isn't reliable or convenient when you're ordering from a foreign supplier. The solution is to modify the code that initialises the display (in ST7735Display.h). The following lines can be changed:
Occasionally you may find the display is offset, which requires some adjustment to code in ST7735_t3.h. See Survival Hacking's video at about 31:30 - it's in Italian but is easy to follow if you don't speak it: Survival Hacking TSynth Part 2
Any other problems with displays, post here and we'll endeavour to fix them.
Beta Was this translation helpful? Give feedback.
All reactions