max7219
Animasi Sprite Led Matrix 8x8
Animasi Pacman dengan 6 frame dan 8 kolom.
const uint8_t PROGMEM PMAN1[6 * 8] =  
{ 
0x00, 0x81, 0xc3, 0xe7, 0xff, 0x7e, 0x7e, 0x3c, 0x00, 0x42, 0xe7, 0xe7, 0xff, 0xff, 0x7e, 0x3c, 0x24, 0x66, 0xe7, 0xff, 0xff, 0xff, 0x7e, 0x3c, 0x3c, 0x7e, 0xff, 0xff, 0xff, 0xff, 0x7e, 0x3c, 0x24, 0x66, 0xe7, 0xff, 0xff, 0xff, 0x7e, 0x3c, 0x00, 0x42, 0xe7, 0xe7, 0xff, 0xff, 0x7e, 0x3c,
};
Animasi Pacman Pursued by A Ghost dengan 6 frame dan 18 kolom.
const uint8_t PROGMEM PMAN2[6 * 18] =  
{

Tutorial dan Firmware Modul JWS (Jam Waktu Sholat)
Artikel ini berisi tutorial cara penggunaan modul JWS (Jam Waktu Sholat) buatan AZKATech. Modul ini terdiri dari controller (ESP-12E), display led dot matrix MAX7219 dengan 8x32 atau 8x64 piksel, MP3 Player dan modul relay controller 2 channel. Modul ini membutuhkan tegangan DC 5 Volt dengan daya 1 Ampere untuk dapat beroperasi. Jangan memberikan tegangan catu daya lebih dari 5V karena modul ini tidak mempunyai rangkaian step-down.