InfiniTime/src/displayapp
Reinhold Gschweicher 7cd4929bfd Paddle: compare ballX coordinate with horizontal resolution
Fix the comment as the comparison checks if the ball is at the right
side of the screen.

Compare the x coordinate of the ball with the horizontal resolution of
the screen, instead of the vertical resolution. On the PinePhone this
does make no difference as we have square 240x240 screen. Change it
anyways to be completely correct.
2021-10-11 21:46:19 +02:00
..
fonts Add new unique icons for some apps 2021-07-25 17:55:08 +02:00
icons Big UI and navigation Rewrite 2021-04-04 03:08:51 +01:00
screens Paddle: compare ballX coordinate with horizontal resolution 2021-10-11 21:46:19 +02:00
Apps.h Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime into Riksu9000-update_touch_driver 2021-10-10 16:48:45 +02:00
Colors.cpp Settings : use enums instead of ints to store colors. Group all PTS settings into a struct. 2021-08-28 21:02:11 +02:00
Colors.h Settings : use enums instead of ints to store colors. Group all PTS settings into a struct. 2021-08-28 21:02:11 +02:00
DisplayApp.cpp Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime into Riksu9000-update_touch_driver 2021-10-10 16:48:45 +02:00
DisplayApp.h Merge branch 'develop' into update_touch_driver 2021-10-05 12:45:03 +03:00
DisplayAppRecovery.cpp Fix DisplayAppRecovery : add AlarmController to ctor(). 2021-09-18 17:20:33 +02:00
DisplayAppRecovery.h Fix DisplayAppRecovery : add AlarmController to ctor(). 2021-09-18 17:20:33 +02:00
DummyLittleVgl.h Fix recovery firmware since last changes in DisplayApp. 2021-08-28 15:23:13 +02:00
LittleVgl.cpp Fix touch wakeup and code cleanup 2021-07-16 01:49:20 +03:00
LittleVgl.h Fix most issues 2021-07-16 00:07:55 +03:00
lv_pinetime_theme.c add basic metronome app (#409) 2021-06-12 15:06:58 +02:00
lv_pinetime_theme.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
Messages.h resolve conflict in src/systemtask/Messages.h 2021-09-16 16:20:39 -04:00
TouchEvents.h Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00