Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Gets the display brightness

...

getColumns()
Code Block
languagejs
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
languagejs
Promise<int> getRows()

...