Skip to content

simplemachines-italy/Mizar32_Display_Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

This is the code that runs on the PIC16F84 on the Mizar32 LCD module.

To assemble it (on Debian/Ubuntu):

Install the PIC assembler and PIC programmer:
    sudo apt-get install gputils picprog

Assemble the .asm to a .hex
    gpasm Display_module.asm

Program it to the board over a serial PIC programmer:
    picprog --device pic16f84a --burn --input Display_module.hex

About

Code for the PIC16F84 on the Mizar32 I2C LCD module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published