Robo-Tank DIY Aquarium Controller Forum
display mirrored - Printable Version

+- Robo-Tank DIY Aquarium Controller Forum (https://www.robo-tank.ca/forum)
+-- Forum: Robo-Tank Arduino Based - NO LONGER AVAILABLE (https://www.robo-tank.ca/forum/forum-16.html)
+--- Forum: Software Questions (https://www.robo-tank.ca/forum/forum-19.html)
+--- Thread: display mirrored (/thread-398.html)



display mirrored - roland33 - 03-04-2019

Hello,

I have a CPLD display.
With version 4.x everything was OK.
After the update to 5.x all icons are mirrored, the text, comming from the program, is displayed correctly.
The use of the liberies from version 4.x have not been successful.
Does anyone have an idea, what I can do?

Thanks for help!

Roland


RE: display mirrored - fietsenrex - 03-04-2019

You need to comment out the sainsmart display in the sketch and remove the // in front of the line which says CPLD


RE: display mirrored - roland33 - 03-04-2019

Hello fietsenrex
Yes, I did it before I compile the skript.
That is not the problem.


RE: display mirrored - Rob F - 03-04-2019

Hi Roland, I think it's library related if you have the correct display selected, did you try it with the other display type? I don't have a CPLD so I can't do any testing. Can you upload v4.2 again to verify its still good?


RE: display mirrored - roland33 - 03-05-2019

Hello,
the display works with v4.2

The strange is that only the icons mirroed. Is there perhaps a problem with the sd-card driver?
I formated the sd-card and copy all the files new on the sd-card...but nothing change....


RE: display mirrored - Rob F - 03-05-2019

Yeah maybe the images are being read in reverse but I don't know how that can happen. Did you try using the SDFat library from v4.2? After coping that library to your libraries folder close all IDE's, open sketch and upload. I did make some minor changes to the library to speed up the reading so it's possible that's the cause, only thing I can think of that's different.


RE: display mirrored - fietsenrex - 04-07-2019

got the same issue, swapping the libraries doesn't help


RE: display mirrored - Rob F - 04-07-2019

I replied in the other thread.