wordclock icon indicating copy to clipboard operation
wordclock copied to clipboard

wrong definition of "GRID_FIRST : top-left" in user_config.h (Postition of first LED)

Open WolfgangFranke opened this issue 4 years ago • 0 comments

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

WolfgangFranke avatar May 22 '21 08:05 WolfgangFranke