9a1aee6658
cli-parser ( #4 )
...
Build ptprnt / build (push) Successful in 1m22s
Goal of this PR should be to integrate a working CLI parser so that commands can be sent to the Printer class to print text, such as
ptprnt -t=FooBar
also, standard flags for setting the output verbosity and help should be implemented
Reviewed-on: #4
2023-10-22 19:42:59 +00:00
7d0cb89bda
Test merging of failed actions and updat README.md ( #3 )
...
Build ptprnt / build (push) Successful in 1m3s
Reviewed-on: #3
2023-09-25 18:07:32 +00:00
ca82512d5b
Update dependency install instructions ( #2 )
...
Build ptprnt / build (push) Successful in 1m0s
Reviewed-on: #2
2023-09-25 17:55:11 +00:00
1df62874e9
Attempt to setup gitea build action ( #1 )
...
Build ptprnt / build (push) Successful in 1m3s
Reviewed-on: #1
2023-09-25 17:41:38 +00:00
ccea502734
Explicitly set copy & move constructors to default for Printer
2023-09-25 18:27:02 +02:00
68283a6295
Add Clang-Tidy file
2023-09-24 18:41:33 +02:00
91c12e0ab9
Some cleanup in Bitmap.cpp
2023-09-24 18:20:34 +02:00
4b3247ef6d
Successful label printing
2023-09-24 18:08:18 +02:00
b940890268
moved includes before copyright notice
2023-09-24 11:57:20 +02:00
de341e6803
english is hard
2023-09-24 11:55:28 +02:00
7905f37150
first successful print of gibberish
2023-09-24 11:49:57 +02:00
29a609e855
LICENSE text missing
2023-09-23 16:10:12 +02:00
1381efb5d1
Add license header to all source files
2023-09-23 16:09:21 +02:00
b55681752d
Add license and Readme
2023-09-23 16:02:56 +02:00
55896d74f9
Add class for converting Bitmaps to monochrome bytes representation
2023-09-23 15:10:50 +02:00
318e078de5
Updated clang-format include dirs
2023-09-23 13:48:04 +02:00
c0811df4bb
Moved graphics classes into own namespace, added unit testing with gtest
2023-09-23 13:33:10 +02:00
7ab817793d
removed obsolete inc directory
2023-08-27 09:34:47 +02:00
f467a39919
Implemented printer status retrieval
2023-08-27 09:29:37 +02:00
5644c84c83
Simplified driver interface and moved application logic to a seperate application class
2023-08-26 13:45:26 +02:00
779911e97e
Re-implemented USB device enumeration with new structure
2023-08-26 13:16:09 +02:00
61e2352a3c
Re-structured project
2023-08-26 11:53:44 +02:00
c3915336dd
restore USB functionality with altered implementation
2023-08-03 19:06:38 +02:00
458806c6af
USB updates, remove iostream usage
2023-08-01 18:19:50 +02:00
c3f200fee4
Set up clang format & tidy and format all the files
2023-02-09 19:41:11 +01:00
38906dafef
Implement open() and close() for Usb class, added a lot of TODO's
2022-11-13 21:28:28 +01:00
f09e4ab5c8
Formatting...
2022-11-12 18:37:24 +01:00
d7dfdc4739
Added Usb Detection using libUsb
2022-11-12 18:34:40 +01:00
815e67bdfb
Add USB stub, add logging using spdlog
2022-11-12 18:34:40 +01:00
4809f60d2c
List usb device
2022-11-12 18:34:40 +01:00
0081d219f9
Fix indentation back to 4
2022-11-12 18:34:40 +01:00
cc2316a497
Change build system to meson
2022-11-12 18:34:40 +01:00
2913a272d1
Sketching some basic interfaces
2022-11-12 18:34:40 +01:00
bd9a39e185
Initial commit, basic CMake project
...
Signed-off-by: Moritz Martinius <moritz@admiralackbar.de >
2022-11-12 18:34:40 +01:00