]> jspc29.x-matter.uni-frankfurt.de Git - avr.git/commit
added simple graphing function
authorJan Michel <jan@mueschelsoft.de>
Mon, 5 Jan 2015 00:04:27 +0000 (01:04 +0100)
committerJan Michel <jan@mueschelsoft.de>
Mon, 5 Jan 2015 00:04:27 +0000 (01:04 +0100)
commitaa901656d77a6e8aec33f21d475fae1c202c6897
tree5585f10eee275f5e596d4f344eee97dfc170bd20
parent0ead3bc763669a2e00a1dd18bc0549b48058c957
added simple graphing function
30 files changed:
atmega32u4/cooler/Makefile
atmega32u4/cooler/cooler.c
atmega32u4/cooler/lcdlib/.gitattributes [moved from lcdlib/.gitattributes with 100% similarity]
atmega32u4/cooler/lcdlib/.gitignore [moved from lcdlib/.gitignore with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/digits_24px.c [moved from lcdlib/Fonts/digits_24px.c with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/digits_24px.font [moved from lcdlib/Fonts/digits_24px.font with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/digits_32px.c [moved from lcdlib/Fonts/digits_32px.c with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/digits_32px.font [moved from lcdlib/Fonts/digits_32px.font with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/font_fixed_16bit.c [moved from lcdlib/Fonts/font_fixed_16bit.c with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/font_fixed_16bit.font [moved from lcdlib/Fonts/font_fixed_16bit.font with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/font_fixed_8px.c [moved from lcdlib/Fonts/font_fixed_8px.c with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/font_proportional_16px.c [moved from lcdlib/Fonts/font_proportional_16px.c with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/font_proportional_16px.font [moved from lcdlib/Fonts/font_proportional_16px.font with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/font_proportional_8px.c [moved from lcdlib/Fonts/font_proportional_8px.c with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/font_proportional_8px.font [moved from lcdlib/Fonts/font_proportional_8px.font with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/symbols_16px.c [moved from lcdlib/Fonts/symbols_16px.c with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/symbols_16px.font [moved from lcdlib/Fonts/symbols_16px.font with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/symbols_8px.c [moved from lcdlib/Fonts/symbols_8px.c with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/symbols_8px.font [moved from lcdlib/Fonts/symbols_8px.font with 100% similarity]
atmega32u4/cooler/lcdlib/Fonts/template_simplefont.c [moved from lcdlib/Fonts/template_simplefont.c with 100% similarity]
atmega32u4/cooler/lcdlib/LICENSE [moved from lcdlib/LICENSE with 100% similarity]
atmega32u4/cooler/lcdlib/README.md [moved from lcdlib/README.md with 100% similarity]
atmega32u4/cooler/lcdlib/dogm-graphic.c [moved from lcdlib/dogm-graphic.c with 100% similarity]
atmega32u4/cooler/lcdlib/dogm-graphic.h [moved from lcdlib/dogm-graphic.h with 100% similarity]
atmega32u4/cooler/lcdlib/font.c [moved from lcdlib/font.c with 96% similarity]
atmega32u4/cooler/lcdlib/font.h [moved from lcdlib/font.h with 90% similarity]
atmega32u4/cooler/lcdlib/lcd-color-graphic.c [moved from lcdlib/lcd-color-graphic.c with 72% similarity]
atmega32u4/cooler/lcdlib/lcd-color-graphic.h [moved from lcdlib/lcd-color-graphic.h with 86% similarity]
atmega32u4/cooler/test.pl [new file with mode: 0644]
atmega32u4/cooler/usb/usb_serial.c