Commit Graph

396 Commits (ff7c10636e0695c708526a59976c2dbdbc2ec75a)

Author SHA1 Message Date
Filip Wieland ff7c10636e Show wifi wait message 2018-09-15 23:01:29 +01:00
Filip Wieland 825741bdd5 Bottom label, quit with MENU 2018-09-15 22:28:38 +01:00
Filip Wieland e86d5955a3 Settings screen, spit and polish 2018-09-15 22:20:20 +01:00
Filip Wieland f160547e7d Departure board for Deptford 2018-09-12 22:26:48 +01:00
Filip Wieland bc0fa1f8cb Trains - Initial commit 2018-09-09 13:14:30 +01:00
Dave Arter f5e61c6b9a
Merge pull request #108 from mellmann/nyan
nyan cat animation
2018-09-09 10:28:04 +01:00
Heinrich Mellmann 49d0356991 removed unnecessary images
show every frame
2018-09-09 11:14:18 +02:00
Dave Arter ce478e2aa2 Show badge firmware version in sysinfo app 2018-09-08 11:05:09 +01:00
Dave Arter 7835018432 Remove lib/random dependency from pong 2018-09-07 21:29:14 +01:00
Dave Arter d696b27ba1
Merge pull request #129 from catalin-ursachi/fix-tildr
TILDR-1073 - Fix profile initialization
2018-09-07 21:15:27 +01:00
Dave Arter 593ee2a469
Merge pull request #120 from MisguidedEmails/pride
Pride add selection of flags
2018-09-07 21:10:05 +01:00
Dave Arter c4f6bc8549
Merge pull request #138 from mbooth101/settlers
Initial version of a Catan game board generator
2018-09-07 21:05:18 +01:00
Dave Arter 9b0c1006ef
Merge pull request #117 from cibomahto/pong
Pong!
2018-09-07 21:00:33 +01:00
Dave Arter a391ab48f8
Merge pull request #115 from victorloux/master
App: speed launcher
2018-09-07 20:47:40 +01:00
Dave Arter d185a9c92c Remove EMF category 2018-09-07 20:38:08 +01:00
Dave Arter 28afed2c25 Merge remote-tracking branch 'upstream/pull/113' 2018-09-07 20:36:09 +01:00
Dave Arter af2970c2e3
Merge pull request #111 from cHemingway/master
Add app to use badge as bluetooth speaker
2018-09-07 19:32:25 +01:00
Dave Arter 46f71f57f6
Merge pull request #107 from ganbariley/master
Adds torch capability to emfcampqueer_home app
2018-09-07 19:08:31 +01:00
Dave Arter 918c6bbeb9
Merge pull request #133 from janion/master
Updated Sketchy-Etch
2018-09-07 18:49:34 +01:00
Dave Arter e52f0baa56
Merge pull request #124 from jake-walker/add-titles
Add ___title___ to all apps
2018-09-07 17:59:17 +01:00
Mat Booth 7ac28fc73e Initial version of a Catan game board generator
If you have 3D printed your own version of Settlers of Catan, with
3D terrain and little sheep and grain siloes and everything, it is
fairly difficult to properly randomise the tile selection during
the game setup.

I assume most EMF-goers have encountered this problem, so this app
provides a solution!
2018-09-07 14:46:31 +01:00
Bob Clough b44cc3596b
Merge pull request #128 from pacohope/use-system-random
Use underlying system random instead of homebrew random
2018-09-06 18:06:18 +01:00
Bob Clough 5303164d8f
Merge pull request #122 from SteveAmor/patch-2
Add pybcdc.inf to root for windows users
2018-09-06 10:31:59 +01:00
Bob Clough b74a84f5f5
Merge pull request #125 from pacohope/numbered-menu
Make menu items numbered
2018-09-06 10:27:51 +01:00
Bob Clough 91cbf440ea
Merge pull request #134 from philcrump/patch-2
lib/ntp: Remove onsite NTP server. NTP pool is now primary.
2018-09-06 10:20:55 +01:00
Phil Crump a1bbd70282
lib/ntp: Remove onsite NTP server. NTP pool is now primary. 2018-09-05 18:11:53 +01:00
Paco Hope 1dc2f765b0 Merged in prior branch of fixing random. 2018-09-05 15:41:20 +01:00
Paco Hope 2e9aa2e345 Removed dependency on random 2018-09-05 15:38:33 +01:00
Paco Hope 9de6896388 removed random dependency, added app import 2018-09-05 15:38:11 +01:00
Paco Hope efab551165 deleted unneeded 2018-09-05 15:37:37 +01:00
janion 10aaf19204
Updated Sketchy-Etch
Added option to clear drawing, added initial dialog with instructions, added ability to create circles
2018-09-05 13:22:29 +01:00
Catalin Ursachi ab1e6ad2bd TILDR-1073 - Fix profile initialization 2018-09-04 02:06:57 +01:00
Paco Hope 6bad9c700f remove unreferenced _bigrand() function 2018-09-03 23:40:01 +01:00
Paco Hope 736da656bc Use system random instead of homebrew random 2018-09-03 23:16:04 +01:00
rdmonk 1d02cdbc8d
Merge pull request #126 from catalin-ursachi/patch-1
Make Holland a non-bootstrapped app
2018-09-03 22:42:01 +01:00
Catalin Ursachi 88fb6e3ba8
Make Holland a non-bootstrapped app 2018-09-03 22:36:46 +01:00
Paco Hope db33131b1d make menu items numbered 2018-09-03 21:34:32 +01:00
Jake Walker fc65172eaf Add ___title___ to all apps 2018-09-03 14:59:37 +01:00
Steveis dd019601c5
Add pybcdc.inf to root as per readme.txt 2018-09-03 08:35:26 +01:00
Heinrich Mellmann 4fb521ece9 start with the correct rotation 2018-09-03 02:48:27 +01:00
MisguidedEmails 229f09acd4 Only render the flag where it's visible.
We now don't have to re-render the name on each flag change.
2018-09-02 23:42:55 +01:00
MisguidedEmails f19cffd307 Added a selection of flags the user can switch between. 2018-09-02 23:36:19 +01:00
Matt Mets 6fa8e86097 Pong! 2018-09-02 22:27:35 +01:00
Heinrich Mellmann e20e2c8295 removed FUN 2018-09-02 22:23:26 +01:00
Victor 5f720bb2df Unique name 2018-09-02 22:17:28 +01:00
Victor ceb3f06b7c Speedlauncher app 2018-09-02 22:15:05 +01:00
MisguidedEmails 599c504110 Fixed name orientation 2018-09-02 22:04:10 +01:00
Heinrich Mellmann 9e7768f9f5 rotate the acreen with the A button 2018-09-02 22:01:52 +01:00
MisguidedEmails 1cad355303 Removed unecessary variable assignment. 2018-09-02 21:53:42 +01:00
MisguidedEmails 17d40f9c62 Sectioned code into functions 2018-09-02 21:53:11 +01:00