]> jspc29.x-matter.uni-frankfurt.de Git - avr.git/commit
add first files for step motor controller master
authorJan Michel <mail@janmichel.eu>
Mon, 6 Apr 2026 17:27:38 +0000 (19:27 +0200)
committerJan Michel <mail@janmichel.eu>
Mon, 6 Apr 2026 17:27:38 +0000 (19:27 +0200)
commitf8155a37d38bc72fb34f56eb27f6d9c5ecc3d6b9
treec563eaa9cf4a604683c7a9e9257629856454ec8f
parent264dae9ae605694d919205778e510167ce5de80c
add first files for step motor controller
23 files changed:
atmega32u4/stepmotorcontroller/Makefile [new file with mode: 0644]
atmega32u4/stepmotorcontroller/README.md [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/.gitattributes [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/.gitignore [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/digits_24px.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/digits_32px.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/font_fixed_16bit.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/font_fixed_8px.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/font_proportional_16px.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/font_proportional_8px.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/symbols_16px.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/symbols_8px.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/Fonts/template_simplefont.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/README.md [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/dogm-graphic.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/dogm-graphic.h [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/font.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/font.h [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/lcd-color-graphic.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/lcdlib/lcd-color-graphic.h [new file with mode: 0644]
atmega32u4/stepmotorcontroller/main.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/usb_serial.c [new file with mode: 0644]
atmega32u4/stepmotorcontroller/usb_serial.h [new file with mode: 0644]