touchgfx::Outline::setCurCell() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Outline::setCurCell()

touchgfx::Outline::setCurCell() method

@fn void Outline::setCurCell(int x, int y); Sets coordinate of the current Cell. Sets coordinate of the current Cell.

Syntax

void setCurCell(int x,     int y);

Arguments

x

The x coordinate.

y

The y coordinate.

References

LocationText
Outline.hpp:167
void setCurCell(int x, int y);