Commit graph

43 commits

Author SHA1 Message Date
Vinzenz Schroeter 6101e91615 WIP next servicepoint version 2024-06-27 20:15:58 +02:00
Vinzenz Schroeter 0711278a7f update to servicepoint 0.6.0 2024-06-05 20:42:15 +02:00
Vinzenz Schroeter f32e83dffc update to servicepoint 0.5.0 2024-05-26 15:24:44 +02:00
Vinzenz Schroeter 5fff78506a update to servicepoint 0.4.2 2024-05-26 11:34:10 +02:00
Vinzenz Schroeter c01264afd7 update to servicepoint 0.4.2 2024-05-26 10:50:29 +02:00
Vinzenz Schroeter 8690e052bd press c to clear screen 2024-05-20 17:52:33 +02:00
Vinzenz Schroeter 4f19e27ab5 split out draw function 2024-05-18 17:42:40 +02:00
Vinzenz Schroeter b84c18f5c7 include default font in binary 2024-05-18 17:42:07 +02:00
Vinzenz Schroeter a2bd0978e7 prevent panic when packet sends too big sizes 2024-05-18 17:19:13 +02:00
Vinzenz Schroeter 33994537e6 update to servicepoint2 v0.4.1 2024-05-17 21:28:51 +02:00
Vinzenz Schroeter 3578a279c5 update to servicepoint2 v0.4.0 2024-05-16 23:26:57 +02:00
Vinzenz Schroeter 7cdbd41dea add more colors 2024-05-16 17:42:23 +02:00
Vinzenz Schroeter e3d80204a6 cargo fmt 2024-05-16 17:24:41 +02:00
Vinzenz Schroeter 69502ac3fb move command execution code to own file 2024-05-16 17:22:47 +02:00
Vinzenz Schroeter 9f5d256963 add optional spacers 2024-05-14 21:45:42 +02:00
Vinzenz Schroeter 0da5ca5446 reformat code with max width 2024-05-11 23:29:25 +02:00
Vinzenz Schroeter c7c136ea30 compression support 2024-05-11 21:16:12 +02:00
Vinzenz Schroeter f4c78f9257 only redraw when needed, send proper close event to gui 2024-05-11 19:26:12 +02:00
Vinzenz Schroeter 8cf03c8f07 fix BitmapLinear* Commands 2024-05-11 17:53:23 +02:00
Vinzenz Schroeter 69c07dd733 stop on hard reset 2024-05-11 17:21:15 +02:00
Vinzenz Schroeter 89c5c44e28 add luma, currently broken 2024-05-11 14:43:56 +02:00
Vinzenz Schroeter 6784657af5 fix crash on window resize 2024-05-11 01:05:58 +02:00
Vinzenz Schroeter 5f4d2fba25 implement BitmapLinear* commands 2024-05-11 00:46:49 +02:00
Vinzenz Schroeter d07440f3d0 use PixelGrid for screen data 2024-05-11 00:26:25 +02:00
Vinzenz Schroeter bce0c48c4d use parser from shared library 2024-05-10 20:20:58 +02:00
Vinzenz Schroeter 88409faa02 update shared lib 2024-05-10 19:56:37 +02:00
Vinzenz Schroeter 63520f5708 move DisplayCommandCode into shared lib 2024-05-10 18:43:00 +02:00
Vinzenz Schroeter ae12c82c2e text rendering 2024-05-10 18:24:26 +02:00
Vinzenz Schroeter 05c7b4cb71 remove shared code, fix bugs 2024-05-10 12:36:42 +02:00
Vinzenz Schroeter 3f543dd476 update shared 2024-05-09 17:55:46 +02:00
Vinzenz Schroeter 1eb1471d2a move constants to shared 2024-05-09 16:43:56 +02:00
Vinzenz Schroeter b56af905a0 move a bunch of stuff to shared 2024-05-09 16:39:00 +02:00
Vinzenz Schroeter 4f554bf60b add warning for truncated packages 2024-05-09 14:55:19 +02:00
Vinzenz Schroeter 94868bbc73 add warning for wrong endianness, clear pixel buffer 2024-05-09 14:21:49 +02:00
Vinzenz Schroeter 6bca63befd less unsafe code 2024-05-09 13:43:28 +02:00
Vinzenz Schroeter 0b03c4d23a split code into gui and udp thread 2024-05-09 13:26:33 +02:00
Vinzenz Schroeter 1584a2685e extract handle_package function, make window resizable as content gets scaled 2024-05-09 13:10:08 +02:00
Vinzenz Schroeter 64e85bcd4f show pixels in window 2024-05-09 00:46:57 +02:00
Vinzenz Schroeter 2e30d91d7e fix bit count direction 2024-05-09 00:46:57 +02:00
Vinzenz Schroeter 414981f617 extract read_hdr_window fn 2024-05-09 00:46:57 +02:00
Vinzenz Schroeter ab7bebfc6e implement Clear, HardReset, Cp437Data 2024-05-08 13:21:31 +02:00
Vinzenz Schroeter c1b1f0364e print CmdBitmapLinearWin payload to console on packet receive 2024-05-08 12:42:40 +02:00
Vinzenz Schroeter e6d4309627 rustup create project 2024-05-08 10:50:54 +02:00