3 types of TIL305. |
A new challenge is up! There are few possibilities for driving these displays and most of them rely on equally osbolete hardware or expensive parts (like those from Maxim IC). On hackaday I located an interesting project called "tinymatrix" that uses a similar display with an interesting approach.
The display is soldered on top of a ATtiny2313/ATtiny4313 microcontroller, which handles pixel multiplexing. While the original idea has hardcoded animations, with my TIL305 I can go one step further and use the microcontroller as a matrix driver connected on a I2C/TWI bus. The "driver" can then carry onboard some symbols or receive temporary ones from the master controller.
Time to get some paper and do some preliminary work.