]> jspc29.x-matter.uni-frankfurt.de Git - avr.git/commit
added powerswitch files, first pt100 files and lcdlib
authorJan Michel <j.michel@gsi.de>
Mon, 3 Aug 2015 16:19:38 +0000 (18:19 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 3 Aug 2015 16:19:38 +0000 (18:19 +0200)
commit01b02121cc55f54c5d35bd7f41e0e2ad66f2ef91
tree670be2f72f489bec9dcccfcdf5559fd6ee535155
parent93ced92dc774482a60a9774db81ca9585e5506b4
added powerswitch files, first pt100 files and lcdlib
16 files changed:
powerswitch/Makefile [new file with mode: 0644]
powerswitch/PowerSwitch.c [new file with mode: 0755]
pt100/Makefile [new file with mode: 0644]
pt100/lcdlib/Fonts/digits_24px.c [new file with mode: 0644]
pt100/lcdlib/Fonts/digits_32px.c [new file with mode: 0644]
pt100/lcdlib/Fonts/font_fixed_16bit.c [new file with mode: 0644]
pt100/lcdlib/Fonts/font_proportional_16px.c [new file with mode: 0644]
pt100/lcdlib/Fonts/font_proportional_8px.c [new file with mode: 0644]
pt100/lcdlib/Fonts/symbols_16px.c [new file with mode: 0644]
pt100/lcdlib/Fonts/symbols_8px.c [new file with mode: 0644]
pt100/lcdlib/font.c [new file with mode: 0644]
pt100/lcdlib/font.h [new file with mode: 0644]
pt100/lcdlib/lcd-color-graphic.c [new file with mode: 0644]
pt100/lcdlib/lcd-color-graphic.h [new file with mode: 0644]
pt100/main.c [new file with mode: 0644]
pt100/main.h [new file with mode: 0644]