Package ilcd
Class Memory
Public Method getOfScreens
static int getOfScreens()
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
| Returns |
Description |
| number |
number of screens |
Returns the number of available screens excluding the main screen.
Note
- Before calling any of the screen memory related methods, the number of available screens should be retrieved.
- The number returned may be 0 when using large LCDs and, if so, the screen memory related methods cannot be used then.
- The number of maximum available screens is limited to 8 regardless of the controller RAM available.
int number = Memory.getOfScreens();
See also:
Copyright © demmel products gmbh. All rights reserved.