FabGL
ESP32 Display Controller and Graphics Library

◆ adjustMapSize()

void adjustMapSize ( int *  columns,
int *  rows 
)
virtual

Adjusts columns and rows to the controller limits.

Parameters
columnsIf > 0 then it is set to 80.
rowsIf > 0 then it is limited to screen height divided by font height.

Implements TextualDisplayController.

Definition at line 78 of file vgatextcontroller.cpp.