In these days we have succesfully managed our HMI interface (based on TFT 8 "display with 800x600 pixels and resistive 8" touch screen) with the DK-S7G2 kit and our adapter card.
We started from the an-r12an0029eu0105-synergy-dk-s7g2-guix-hello-world.zip project and we have modified it according with guide instructions.
In order to obtain the right visualization we have properly defined two signals (U/D and R/L) on display connector. These scanning mode selection signals are available in recent displays but they aren't in previous ones.
Since our new board, based on S7G2, should be used also as a spare part inside our controllers that use different models of these displays. we should handle them all.
Using the old displays that do not have the U/D, R/L signals, I get an inverted representation both horizontally and vertically.
At this point I looked in the Renesas Synergy FAQ and forum and I did some tests.
I have tried all the combinations of "sf_el_gx | Screen Rotation Angle (Clockwise)" and "r_glcd | Input - Graphics screen1 input line descending" obtaining only one visible image but with only horizontal inversion. Many of the other combinations even do not represent anything. In addition on the visible one the touch was not inverted: I tried to modify "sf_touch_panel_i2c | Touch Coordinate Rotation Angle (Clockwise)" but the pressures were always wrong.
In conclusion, can I manage the old displays without scanning signals?
Has Renesas plans to add inversions for display and touch?
If so when will they be available?