![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
LED Matrix Editor - GitHub Pages
LED Matrix Editor - is online tool for editing and creating animations for 8x8 LED matrices. It is free and easy to use. Usage. Click on LED to toggle single item; Click on row or column numbers to toggle whole row or column; Click on icon to clear/fill whole matrix; Shift the matrix Up, Down, Left or Right using arrow buttons; Invert matrix ...
Xantorohara projects | xantorohara.github.io
xantorohara.github.io Xantorohara projects. Angle meter; Arduino XantoI2C; Arduino XantoKT0803; Arduino XantoTM1637
Arduino library for TM1637-based 4-digit display module
LED matrix 8x8 online editor - online tool for editing and creating animations for LED matrices. Author. Xantorohara [email protected]
Signal Editor - GitHub Pages
You may create single or multiple signal lines using editor above. Just try to input your line via 'Pulse sequence" and align lines via X,Y controls. I2C diagram example
Arduino library for KT0803-based FM radio transmitter
LED matrix 8x8 online editor - online tool for editing and creating animations for LED matrices. Author. Xantorohara [email protected]
Software I2C library implementation for Arduino - XantoI2C
/** * Create a new I2C bus with the given speed * * clock_pin - any digital pin for SCL line * data_pin - any digital pin for SDA line * delay_time_us - time of signal propagation in microseconds * actually it is a quarter of the clock time, see Bus Speed section */ XantoI2C (uint8_t clock_pin, uint8_t data_pin, uint16_t delay_time_us = 2); /** * Start Condition (or …