You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "user_config.h " the definition of GRID_FIRST = 0 means "top-left", but does not show useful times on "top-left" strips.
Instead I had to use GRID_FIRST = 1 for my strip starting "top-left" (links-oben), to get the correct times displayed.
Assumption: ("top-left" by looking at the front of the clock)
/* Postition of first LED
*
* Options
* -------
* 0: top-left (bug: a '1' works for top-left)
* 1: top-right (is top-right a '0' then???)
* 2: buttom-left
* 3: buttom-right
*/
#define GRID_FIRST 1
The text was updated successfully, but these errors were encountered:
In "user_config.h " the definition of GRID_FIRST = 0 means "top-left", but does not show useful times on "top-left" strips.
Instead I had to use GRID_FIRST = 1 for my strip starting "top-left" (links-oben), to get the correct times displayed.
Assumption: ("top-left" by looking at the front of the clock)
The text was updated successfully, but these errors were encountered: