...
Gets the display brightness
...
getColumns()
Code Block | ||
---|---|---|
| ||
Promise<int> getColumns() |
Returns the number of columns. This is useful for writing code that loops over the available rows and columns.
...
getRows()
Code Block | ||
---|---|---|
| ||
Promise<int> getRows() |
...
...
Gets the display brightness
...
Code Block | ||
---|---|---|
| ||
Promise<int> getColumns() |
Returns the number of columns. This is useful for writing code that loops over the available rows and columns.
...
Code Block | ||
---|---|---|
| ||
Promise<int> getRows() |
...