commit d3b5b834c947c32ede8b23148bd6e9a674596a06 Author: Coal56AB Date: Thu Feb 20 18:19:33 2025 +0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75ee371 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# ---> uVision +# git ignore file for Keil µVision Project + +# µVision 5 and µVision 4 Project screen layout file +*.uvguix.* +*.uvgui.* + +# Listing Files +*.i +*.lst +*.m51 +*.m66 +*.map + +# Object Files +*.axf +*.b[0-2][0-9] +*.b3[0-1] +*.bak +*.build_log.htm +*.crf +*.d +*.dep +*.elf +*.htm +*.iex +*.lnp +*.o +*.obj +*.sbr + +# Firmware Files +*.bin +*.h86 +*.hex + +# Build Files +.bat + +# Debugger Files +.ini + +# JLink Files +JLinkLog.txt + +# Other Files + diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfa5c86 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# gfx_libs + +Библиотека для отрисовки всякого на дисплей \ No newline at end of file