1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/misc/dlo
Andy Green a3a4253ba9 dlo: lws_dlo_fops file_ops
This adds an optional lws VFS layer that exposes the named dlo object
registry.  So you can register a blob like a JPG named "my.jpg", and
access it on the vfs as, eg,  /dlofs/my.jpg (or file:///dlofs/my.jpg
if using the SS file:// support for VFS namespace).
2022-03-25 08:18:29 +00:00
..
dlo-font-mcufont.c lws_display: add display list / DLO support 2022-03-25 08:18:29 +00:00
dlo-jpeg.c lws_display: add display list / DLO support 2022-03-25 08:18:29 +00:00
dlo-png.c lws_display: add display list / DLO support 2022-03-25 08:18:29 +00:00
dlo-rect.c lws_display: add display list / DLO support 2022-03-25 08:18:29 +00:00
dlo-ss.c lws_display: add display list / DLO support 2022-03-25 08:18:29 +00:00
dlo-text.c lws_display: add display list / DLO support 2022-03-25 08:18:29 +00:00
dlo.c dlo: lws_dlo_fops file_ops 2022-03-25 08:18:29 +00:00
private-lib-drivers-display-dlo.h lws_display: add display list / DLO support 2022-03-25 08:18:29 +00:00