initial project, implement binary format of display

This commit is contained in:
Vinzenz Schroeter 2024-04-06 13:46:34 +02:00
commit ea7f12b0c2
18 changed files with 430 additions and 0 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4