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

4*8*8 LED #13

Open
lm6971 opened this issue Feb 23, 2018 · 1 comment
Open

4*8*8 LED #13

lm6971 opened this issue Feb 23, 2018 · 1 comment

Comments

@lm6971
Copy link

lm6971 commented Feb 23, 2018

Hello,

I have 4* 8x8LED with 1 HT1632C. Your library works with 3* 8x8 LED. The fourth doesn't work. How to repair it ?

Thanks

@Yuan-Quan
Copy link

I have the same issue. I'm working with a 32*8 LED, The fourth one doesn't light up.
I see

    uint8_t ledmatrix[24 * 16 / 8]; //!< LED matrix size

in file Adafruit_HT1632.h line 102.
I've tried to change it to [ 32 * 8 / 8], [( 32 * 8 )/ 8], [256] , run basicdemo.ino doesn't light up at all.
[32], first two matrices always on.

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

2 participants