diff options
| author | DrNuget <drnuget@outlook.com> | 2025-10-30 09:08:41 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2025-10-30 09:08:41 +0200 |
| commit | 238d341c328075454b6b82dc8348a335dc04254d (patch) | |
| tree | 788703f4ca3e59865cc2f82e94475e158cf4e64c /brailleboi.h | |
| parent | 14bea573767bfe37d536929c16dedceb06bbd5cf (diff) | |
| download | brailleboi-238d341c328075454b6b82dc8348a335dc04254d.tar.gz | |
some broken stuff, will fix later
Diffstat (limited to 'brailleboi.h')
| -rw-r--r-- | brailleboi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/brailleboi.h b/brailleboi.h index f909181..1138e09 100644 --- a/brailleboi.h +++ b/brailleboi.h @@ -14,4 +14,8 @@ int brailleReorganizeBits(int old); void braillePrint(int data); +int braillePlot(int x, int y, image_buffer* buf); + +void brailleUpdateScreen(image_buffer* buf); + #endif |
