Skip to content

Commit 693e7c9

Browse files
committed
Redesign des icones de l'interface.
+ ajout du vibreur pour la sonnerie des alarmes
1 parent dc07621 commit 693e7c9

20 files changed

+3
-99
lines changed

lib/gui/src/ElementBase.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ bool gui::ElementBase::update()
210210
if (widgetPressed != nullptr && widgetPressed != this)
211211
return false;
212212

213-
uint16_t resolution = 0;
213+
uint16_t resolution = 10;
214214

215215
bool isScreenTouched = graphics::isTouched();
216216
bool isWidgetTouched = isScreenTouched && (getAbsoluteX()-resolution < touchX && touchX < getAbsoluteX() + getWidth() +resolution &&
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

storage/apps/.keyboard_test/app.lua

-11
This file was deleted.

storage/apps/.keyboard_test/manifest.json

-5
This file was deleted.

storage/apps/.test/app.lua

-77
This file was deleted.

storage/apps/.test/icon.png

-843 Bytes
Binary file not shown.

storage/apps/.test/manifest.json

-3
This file was deleted.

storage/apps/alarme/alarms.tab

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{[1]={["time"]="13:14", ["enabled"]=0, }, }
1+
{[1]={["time"]="13:19", ["enabled"]=0, }, }

storage/apps/alarme/app.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function showAlarm(index)
2828
end)
2929

3030
time:setInterval(function()
31-
hardware:vibrate({true, true, false, false, true, true})
31+
hardware.vibrate({true, true, false, false, true, true})
3232
end, 1000)
3333

3434
gui:setWindow(win3)

storage/apps/alarme/icon.png

-5.6 KB
Loading

storage/apps/calculatrice/icon.png

-813 Bytes
Loading

storage/apps/calendrier/icon.png

-3.52 KB
Loading

storage/apps/snake/icon.png

-1.26 KB
Loading

storage/system/config.bfc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)