Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
WolfgangFranke opened this issue May 22, 2021 · 0 comments

Comments

@WolfgangFranke
Copy link

WolfgangFranke commented May 22, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant