TFT-LCD-Display: Ticker with for-loop


#1

Hello,

I would like to hava a ticker on my TFT-LCD-Display.
But when I use a variable (y) for the y-coordinate in the for-loop,
to get a ticker on the display, the display stays black.

for(int y=-0; y<240; y++)
{
lcd.print(“CLS(0);”); // clear the screen with c color
lcd.print(“DR0;”); // display “upright”
lcd.println(“DS24(0,y,‘Text for the ticker’,4);”); // x-coordinate=0
delay(200);
}

I would be happy if somebody could help me.

Thank you und best regards

PS


Problems with mBot 2 (Neo)
#2

Hi power-snickers,

Could you try install makeblock library for the arduino 1.6.5 software and test the TFT test file have a try.


#3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.