1
0
Fork 0
BangleApps/apps/messagesoverlay/README.md

22 lines
715 B
Markdown
Raw Normal View History

# 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.
2023-02-26 20:17:58 +00:00
## Low memory mode
2024-03-29 07:57:53 +00:00
If free memory is below a configured number of blocks (default is 4000), the overlay automatically only uses 1 bit depth. Default mode uses roundabout 1300 blocks, while low memory mode uses about 600.
2023-02-26 20:17:58 +00:00
## Creator
[halemmerich](https://github.com/halemmerich)
Forked from messages_light by Rarder44