Close

Quick software update: Pinning books & Unifont fallback

A project log for Diptyx E-reader

A dual-screen, ESP32 powered ereader: Own your device, own your books

martijnMartijn 01/06/2026 at 14:390 Comments

It's time for another quick software update! In this update, two major functionalities are added, namely pinning books, and unifont fallback for special characters.

Pinning books

In the book library, you can now click on a book with the middle button to add it to your favorites list. This is shown as a small heart underneath the pagecount of the book,. Favorite books are listed under the favorite books tab, which is always the first element in the library menu.

Pin your favorite books with a single click
All your favorite books are listed in the favorite books tab

Unifont fallback
Custom proportional fonts are supported in the .yaff format. These fonts often do not support non-european characters such as Chinese or Korean however. In this update, a fallback in Unifont is implemented: Characters that are not supported in the currently selected font are rendered in Unifont instead, this can be the case for normal characters, but also special characters like emojis for example.

Latin characters and numbers are displayed in the custom YAFF format, chinese characters in the fallback Unifont font

Discussions