BangleApps/apps/messagesoverlay
Martin Boonk efaeae0903 messagesoverlay - Explicitly check if buffer needs recreation 2023-07-23 11:25:23 +02:00
..
ChangeLog messagesoverlay - Bump version 2023-07-23 11:15:52 +02:00
README.md messagesoverlay - Add low memory mode 2023-02-26 21:24:43 +01:00
app.png messagesoverlay - Initial fork of messages_light with drawing to overlay 2023-02-26 11:44:24 +01:00
boot.js messagesoverlay - Use event based mechanism 2023-07-12 22:08:05 +02:00
lib.js messagesoverlay - Explicitly check if buffer needs recreation 2023-07-23 11:25:23 +02:00
metadata.json messagesoverlay - Bump version 2023-07-23 11:15:52 +02:00
screen_call.png messagesoverlay - Adds screenshots and more README 2023-02-26 13:07:00 +01:00
screen_message.png messagesoverlay - Adds screenshots and more README 2023-02-26 13:07:00 +01:00

README.md

Messages overlay app

This app handles the display of messages and message notifications as an overlay pop up.

It is a GUI replacement for the messages apps.

Messages are ephemeral and not stored on the Bangle.

Usage

Close app by tapping the X and scroll by swiping. The border of the pop up changes color if the Bangle is locked. The color depends on your currently active theme.

Firmware hint

Current stable firmware draws incorrect colors for emojis. Nightly firmware builds correct this.

Low memory mode

If free memory is below 2000 blocks, the overlay automatically only uses 1 bit depth. Default uses roundabout 1300 blocks, while low memory mode uses about 600.

Creator

halemmerich Forked from messages_light by Rarder44