initial code, working LCD

This commit is contained in:
2018-08-14 08:21:32 +02:00
commit c7b83a9ba4
18 changed files with 1882 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# Object files
*.o
*.ko
*.obj
*.elf
*.axf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
# AVR specific stuff
*.lst
*.dis
*.disasm
*.list
*.eeprom
*.pre
# QtCreator user-specific
*.pro.user
.idea/
cmake-build-debug/