bosmoment / PineTime-apps

Firmware for the PineTime based on RIOT, NimBLE and LittleVGL
GNU Lesser General Public License v2.1
79 stars 32 forks source link

Change `CONFIG_GUI_SCREEN_TIMEOUT` to milliseconds #4

Closed bergzand closed 4 years ago

bergzand commented 4 years ago

Microsecond resolution for configuring the screen timeout is a bit too much. Millisecond or seconds make more sense and are less error prone. It should also get some documentation as it is an important configuration setting.

bergzand commented 4 years ago

Fixed in 82ad84a