adafruit_display_notification
¶
Very basic notification widgets.
-
class
adafruit_display_notification.
NotificationFree
(width, height, *, dark_mode=True)¶ Widget to show when no notifications are active.
-
class
adafruit_display_notification.
PlainNotification
(title, message, width, height, *, dark_mode=True)¶ Plain text widget with a title and message.