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

В эффектах и бегущей строке не учитывается настройка SEGMENTS #20

Open
AlexDerev opened this issue Dec 26, 2020 · 0 comments

Comments

@AlexDerev
Copy link

Если строить матрицу из лент, например 10 х 1м (30 led/м), то матрицу можно расписать как
WIDTH 10
HEIGHT 30
SEGMENTS 1
Или, если хотим уменьшить размер обрабатываемой матрицы (и затраты памяти) и за 1 pix отвечают 2 светодиода, то матрица будет 10х15
WIDTH 10
HEIGHT 15
SEGMENTS 2
Во втором случае во многих эффектах работает только половина матрицы с искажениями, а высота букв в строке так и останется в 8 светодиодов.

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