warn about bottom area widgets

master
Felix Wiedenbach 2022-06-16 14:39:31 +02:00
parent 574736f3ff
commit a6a5996ce0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ currently-running apps */
// add your widget // add your widget
WIDGETS["mywidget"]={ WIDGETS["mywidget"]={
area:"tl", // tl (top left), tr (top right), bl (bottom left), br (bottom right) area:"tl", // tl (top left), tr (top right), bl (bottom left), br (bottom right), be aware that not all apps support widgets at the bottom of the screen
width: 28, // how wide is the widget? You can change this and call Bangle.drawWidgets() to re-layout width: 28, // how wide is the widget? You can change this and call Bangle.drawWidgets() to re-layout
draw:draw // called to draw the widget draw:draw // called to draw the widget
}; };