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

touchgfx::LCD16bpp::nextLine() method

@fn static int LCD16bpp::nextLine(bool portrait, TextRotation rotation); Find out how much to advance in the display buffer to get to the next line. Find out how much to advance in the display buffer to get to the next line.

Syntax

static int nextLine(bool portrait,     TextRotation rotation);

Arguments

portrait

Is the display running in portrait mode?

rotation

Rotation to perform.

Return value

How much to advance to get to the next line.

References

LocationText
LCD16bpp.hpp:221
static int nextLine(bool portrait, TextRotation rotation);