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

touchgfx::LCD24bpp::nextLine() method

@fn static int LCD24bpp::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
LCD24bpp.hpp:223
static int nextLine(bool portrait, TextRotation rotation);