Page 1 of 1

HT16k33 8x8 led matrix question

Posted: Thu Aug 29, 2019 10:30 pm
by sisco1
Hi can somebody help for 8x8 led matrix HT16k33?
Write simple program with scroling text,on simulation work perfectly,on bredboard it work only on half of led matrix (left side),right side not work.
Any help is welcome :)
Regards

Re: HT16k33 8x8 led matrix question

Posted: Fri Aug 30, 2019 1:36 am
by medelec35
Flowcode has three options of HT16K33:
HT16K33.png
(12.95 KiB) Downloaded 849 times
You tried then all?
If 8x8 does not work,
Then try 16x8 or 8x16 instead.
Even though you have 8x8.

Re: HT16k33 8x8 led matrix question

Posted: Fri Aug 30, 2019 4:28 am
by sisco1
Ok i will try.Thanks

Re: HT16k33 8x8 led matrix question

Posted: Fri Aug 30, 2019 6:35 pm
by sisco1
Ok on 8x16 it work,can see full scroling text on matrix,but on hardware text is raised upper by one position the top row is visible below.
when I select row 0 and column 0 LED, a second LED from the first column lights up.
how can the text be cut down one row below?
On simulation work ok.

Re: HT16k33 8x8 led matrix question

Posted: Mon Sep 02, 2019 10:48 am
by Benj
Hello,

Can you post your program so we can have a look.

Re: HT16k33 8x8 led matrix question

Posted: Thu Sep 05, 2019 7:59 am
by sisco1
Hi Benj here program,on simulation its ok,but on hardware its start always from second line,when scroll text,upper line is visibile down on first line.

Re: HT16k33 8x8 led matrix question

Posted: Mon Mar 10, 2025 9:01 pm
by pirvcb
I know i'm off topic but... forgive me.
Just a question.
There is a way to discard, i mean uninitializing, the macro component witout resetting the micro? Arduino atmega328p is my platform.
I need that the micro keeps running also if the I2C HT16K33 gets stuck in any event. Now, if just a pin gets interupted, the program hangs up and stops. There is a way to avoid this problem?