A PCRE internal error occured. This might be caused by a faulty plugin

====== About ====== This article covers how to connect [[http://www.holtek.com.tw/chinese/docum/consumer/1632.htm|HT1632]] LED driver to Carambola using only it's own peripherals and how to display real-time clock. {{:cimg1701_r.jpg?nolink&400|}} ====== Schematics ====== I have used my own custom made board to drive LED's, but there are some popular options in ebay (just enter ''"HT1632"'') if you do not wish to make PCB's and solder (though code will drive circuit, but you have to adjust a bit). In my case it was a bit challenging because of small (2x2cm) LED matrix. Anyway, there is schematics. {{:sch.png?direct&500|}} {{:pcb.png?direct&500|}} ====== Source ====== I did not created source code from scratch, instead modified [[https://github.com/devdsp/HT1632-AVR|this one]]. <del>Modified source code can be found [[http://www.8devices.com/files/led_matrix_test.c|here]]</del>. <del>Full sources as Carambola package will be released soon.</del> Full sources as a package can be found [[http://www.8devices.com/files/led_matrix.zip|here]] ====== Linux ====== ===== Connection ===== I have mapped pins to Carambola like this: * GPIO9 -> CS * GPIO7 -> WR * GPIO13 -> DATA ===== Automation ===== Just add ''* * * * * /usr/sbin/led_matrix_test'' to ''crontab'' and once a minute you have updated time on your display.

Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki