diff --git a/.vscode/settings.json b/.vscode/settings.json index d512f3b..c15385a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -85,6 +85,5 @@ }, "clang-tidy.buildPath": "builddir/", "clangd.onConfigChanged": "restart", - "C_Cpp.default.compileCommands": "/home/moritz/src/ptouch-prnt/builddir/compile_commands.json", - "C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild" + "C_Cpp.default.compileCommands": "./builddir/compile_commands.json" } diff --git a/src/graphics/hello.png b/src/graphics/hello.png deleted file mode 100644 index 8aed0fc..0000000 --- a/src/graphics/hello.png +++ /dev/null @@ -1,6 +0,0 @@ -{ - "text" : "Hello, world :)!", - "font" : "Liberation Sans", - "single-paragraph" : true, - "height" : 0 -} diff --git a/src/graphics/hello.txt b/src/graphics/hello.txt deleted file mode 100644 index a5916b9..0000000 --- a/src/graphics/hello.txt +++ /dev/null @@ -1,7 +0,0 @@ -{ - "text" : " Hello", - "font" : "FreeSans 32", - "single-paragraph" : true, - "alignment" : "center", - "height" : 0 -} diff --git a/src/graphics/ptprnt.log b/src/graphics/ptprnt.log deleted file mode 100644 index e69de29..0000000