whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

Documentation wrong #188

Closed thilo-hub closed 5 years ago

thilo-hub commented 6 years ago

The text under: https://github.com/whitecatboard/Lua-RTOS-ESP32/wiki/GDISPLAY-module#gdisplaysetorientorientation

Is a cut & paster error for the color stuff

the0ne commented 5 years ago

@thilo-hub do you mean this part?

The default color depends on the display chipset, for example in TFT displays it is black, and in monochrome LCD displays it is white. In general, the default color is one that keeps all of the screen pixels off.

This is not a copy-paste error but further explains the default color from the sentence before:

Set the display orientation, and clear the screen to the default color.