about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-25 14:30:13 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-25 14:30:21 +0100
commitb8cef976441c81733d240c229e8622f5166fe4a4 (patch)
tree7394d8a231257e55c8bfb26f862deb88df450ee2
parentc803df72ca91c25cc224c6c871524f89fc9a6c6b (diff)
doc(flipdot): mention new functions in readme
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index bffbfed..419dee6 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,10 @@ how to interact with a flipdot display. mainly it involves:
 * making sure that the dimensions of the display and the image
   match with `bs_bitmap_extend`
 * processing the resulting bitmap using `bs_bitmap_map`
-* producing a compacted bitmap array for the display
-  using `bs_view_bitarray` ready to sent via UDP
+* rendering the resulting bitmap on the display using
+  `bs_flipdot_render`.
+* dealing with bitmaps too big for the display using
+  `bs_scroll_next_view` and `bs_page_next_view`.
 
 you can also play around with its cli: the following command
 renders “Hello World” black on white using GNU Unifont onto