Control-Surface
Control-Surface copied to clipboard
Agregar soporte para ht1632 matrices led
Hola Peter. Cada dia mas fascinado con tu libreria. Mientras organizaba, encontre varias cosas tiradas, entre ellas un ic que no sabia para que seria hasta que busque su datasheet, un controlador de matrix led de 8x32 o 16x24, y buscando su respectiva libreria me di cuenta que es algo dificil de programar, al menos para mi. De ahi la razon de este hilo, te seria posible implementar soporte para este integrado, creo que no hay nada mejor que tu soporte para max7219, si el ht1632 se pudiese programar de igal forma seria genial.
Muchas gracias, y sigue adelante. Un saludo
I don't own any HT1632 chips/displays myself, so I can't really help you with that. It seems like Adafruit has a library for it, though: https://github.com/adafruit/HT1632
You could integrate it with Control Surface by implementing an ExtIO interface for it, you can find inspiration here: https://github.com/tttapa/Control-Surface/blob/master/src/AH/Hardware/ExtendedInputOutput/MAX7219.hpp
Feel free to ask questions if you need help, but I don't have time to write all code for it right now.
I cannot add support for every chip on the market, the ones that are supported by Control Surface are popular chips that many hobbyists use, and chips that I have lying around. Having to maintain many drivers for many different chips (especially if I can't test them) will not be beneficial for the overal quality of Control Surface.