Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
d7a0c7d
Changing the css to flip the images
2roy999 Jun 30, 2016
f72c052
Adding rtl support for the twitter
2roy999 Jul 1, 2016
8c0a6de
added geometry module
rikkertkoppes Jun 30, 2017
4584318
fixed problem with control panel when there is no mhub bus
rikkertkoppes Jun 30, 2017
0cf6098
fix regex problem
rikkertkoppes Jun 30, 2017
eb88f94
redraw geometry on resize
rikkertkoppes Jun 30, 2017
52d5524
Added option to display arbitrary urls in the gallery
rikkertkoppes Jun 30, 2017
c08428a
added remarks about image hosting
rikkertkoppes Jun 30, 2017
cca017e
Merge pull request #33 from idanstark42/referees-2018/table_module
rikkertkoppes Aug 2, 2017
aa70a60
Merge pull request #25 from 2roy999/rtl-css
rikkertkoppes Aug 2, 2017
830966f
Added a bit about modules
rikkertkoppes Aug 2, 2017
6913277
Update readme.md
rikkertkoppes Aug 2, 2017
c2ef598
remove multiline in favor of template strings
rikkertkoppes Aug 7, 2017
a4f2351
moving themes to their own folder
rikkertkoppes Aug 7, 2017
00af7a2
Added keyboard shortcuts for table show and hide
rikkertkoppes Aug 7, 2017
1be30d9
using grid layout for list, for better results
rikkertkoppes Aug 7, 2017
4044921
hide elements that are supposed to be hidden by default
rikkertkoppes Aug 7, 2017
9957e11
remove multiline from controls
rikkertkoppes Aug 7, 2017
123e208
add metaelement for mobile users
rikkertkoppes Aug 7, 2017
4a84d73
added thead element, moved some table styling to theme css
rikkertkoppes Aug 7, 2017
fd4d5ad
allow multiple stylesheets in the sheet module
rikkertkoppes Aug 7, 2017
e7037b9
reduced rednblue-rtl to a mod theme
rikkertkoppes Aug 7, 2017
247e3d1
added table to readme toc
rikkertkoppes Aug 7, 2017
6545b3a
move table visibility to theme
rikkertkoppes Aug 7, 2017
ca6d0ed
use default node for all messages
rikkertkoppes Aug 7, 2017
dfe89c4
small refactoring for including scripts and styles
rikkertkoppes Aug 7, 2017
d7aca74
show clock and time and gallery by default, hide camera
rikkertkoppes Aug 7, 2017
c1dc30b
Add rednblue-plus theme, such wow, so much fancy
rikkertkoppes Aug 7, 2017
54a6750
readmes and comments to the themes
rikkertkoppes Aug 7, 2017
405ff0c
Added sprite module
rikkertkoppes Aug 7, 2017
622f417
size time module with content in rednblue-plus theme
rikkertkoppes Aug 7, 2017
b61b268
Added emoji replacer module
rikkertkoppes Aug 8, 2017
bb2d0ab
Small style adjustments for rednblue-plus
rikkertkoppes Aug 8, 2017
bc3f0ea
hide flaggy thing in time, a little too patriotic
rikkertkoppes Aug 8, 2017
27d99a3
example emoji flags in list module
rikkertkoppes Aug 8, 2017
7341d5d
Larger control window to fit all new modules
rikkertkoppes Aug 8, 2017
01f8401
slicht adjustment in lower third animation to not draw outside the lines
rikkertkoppes Aug 8, 2017
f0b2a5d
Add visible classes to all modules if not hidden, to have more option…
rikkertkoppes Aug 8, 2017
2cc75e5
hide table and list flash on load
rikkertkoppes Aug 8, 2017
7a778be
better initialization, hide everything until theme is loaded
rikkertkoppes Aug 8, 2017
cc20d25
removed default theme since it was ugly anyway
rikkertkoppes Aug 8, 2017
04dbcd7
fixed control window visibility problem
rikkertkoppes Aug 8, 2017
7ff7030
Amend theme readme and screenshots
rikkertkoppes Aug 8, 2017
ce9700a
somwhat better animations in rednblue and rednblue-plus
rikkertkoppes Aug 8, 2017
b2c710c
better screenshot for rednblue
rikkertkoppes Aug 8, 2017
ebbf64e
make video always cover the whole screen
rikkertkoppes Aug 8, 2017
827f03b
name column now takes all available space
itamargreen Aug 17, 2017
9abf8eb
Table Styling
itamargreen Aug 20, 2017
8fb9a6e
1st attempt at decent FLL screen
itamargreen Aug 23, 2017
4809bec
Moved things around, added rounded border to event name.
itamargreen Aug 24, 2017
c245b3c
gradient in event name background color
itamargreen Aug 24, 2017
89f0d33
formatting
itamargreen Aug 26, 2017
dfa4a80
Made suggested changes
itamargreen Aug 27, 2017
d3c3a24
made the changes requested, and also removed the ip autoconfig parts
itamargreen Sep 4, 2017
2fb341c
used string literals for image source, as well as removed broken font…
itamargreen Sep 4, 2017
be4bcdb
changed the way event name box is styled.
itamargreen Sep 4, 2017
d84aadb
resetting config
itamargreen Sep 6, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 54 additions & 20 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ displaySystem.config({
// color: "lime",
},
'camera': {
visible: true,
// visible: true,
// audio: true,
},
'gallery': {
// visible: true,
visible: true,
transition: 'fade',
size: 'cover',
timeout: 4,
Expand All @@ -27,14 +27,17 @@ displaySystem.config({
'http://lorempixel.com/640/480/people/2',
'http://lorempixel.com/640/480/people/3',
'http://lorempixel.com/640/480/people/4'
]
],
pages: [
// 'http://www.fll-tools.com/'
],
},
'clock': {
// visible: true,
visible: true,
// countdown: 20,
},
'time': {
// visible: true,
visible: true,
// format: "MM:ss",
},
'twitter': {
Expand All @@ -43,28 +46,39 @@ displaySystem.config({
},
'lowThird': {
visible: true,
line1: 'press \'C\'',
line1: '❤️ press \'C\'',
line2: 'to show the control window',
},
'list': {
// visible: true,
header: 'results round 1',
data: [
['just try',1],
['to copy',2],
['and paste',3],
['some cells',4],
['from excel',5],
['into the control',6],
['window! You\'ll be',7],
['amazed!',8],
['It even has',8],
['automatic',8],
['paging',8],
['🇳🇱 just try',1],
['🇳🇱 to copy',2],
['🇪🇬 and paste',3],
['🇪🇬 some cells',4],
['🇪🇬 from excel',5],
['🇺🇸 into the control',6],
['🇺🇸 window! You\'ll be',7],
['🇺🇸 amazed!',8],
['🇳🇱 It even has',8],
['🇳🇱 automatic',8],
['🇳🇱 paging',8],
],
timer: 5000,
lines: 8
},
'sprite': {
// visible: true,
sprites: [{
width: '100%',
top: '3.5vh',
fontSize: '8vh',
textAlign: 'center',
color: 'rgba(255,255,255,0.5)',
html: 'FIRST LEGO League'
}]
},
'table': {
// visible: true,
header: ['team name', 'number', 'score 1', 'score 2'],
Expand All @@ -85,10 +99,24 @@ displaySystem.config({
lines: 8
},
'css': {
href: 'themes/rednblue.css',
// href: 'themes/default.css',
href: [
'themes/rednblue-plus/rednblue-plus.css',
// 'themes/rednblue-plus/rednblue-plus-mod-rtl.css',
// 'themes/rednblue-plus/rednblue-plus-mod-opaque.css'
],
// href: [
// 'themes/rednblue/rednblue.css',
// // 'themes/rednblue/rednblue-mod-rtl.css'
// ],
// href: 'themes/default/default.css',
// gist: '9c7e4efaba9dbbc4831b'
},
'geometry': {
zoom: 1,
aspect: 'native',
rotation: 0,
overscan: [0,0,0,0]
},
'keybindings': {
'q': 'time.show()',
'a': 'time.hide()',
Expand All @@ -100,15 +128,21 @@ displaySystem.config({
'f': 'twitter.hide()',
't': 'list.show()',
'g': 'list.hide()',
'y': 'table.show()',
'h': 'table.hide()',
'c': 'controls.open()',
// 'c': function() {
// window.open('controls.html','fllDisplayControlWindow','resize=yes,width=800,height=350');
// }
},
'controls': {
//url: <your own control window>
},
'emojione': {
// displays emoji characters
selector: '.line1, .list-cell, .tweet'
}
},
//path to the modules, can even be a full url
modulePath: "modules"
});
});
21 changes: 17 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ html, body {
margin: 0;
padding: 0;
}
/* hides screen during initialization */
.curtain {



/* hides screen during initialization, overridden in themes */

body {
visibility: hidden;
}


/* hides elements that are supposed to be hidden at least until theme is loaded and overrides the behavior */

.hidden {
visibility: hidden;
}

Expand All @@ -17,12 +28,15 @@ html, body {
bottom: 0;
}


/* control window */

@media screen {
body.controls {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
padding: 12px;
visibility: visible;
}
body.controls .instructions {
text-align: right;
Expand All @@ -35,8 +49,7 @@ html, body {
display: inline-block;
white-space: nowrap;
}
body.controls input,
body.controls textarea {
body.controls input, body.controls textarea {
width: 75px;
border: 1px solid silver;
border-right: none;
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<title>Overlay</title>
</head>
<body>
<div id="mainContainer"></div>
<script src="js/main.js"></script>
<!-- adjust config.js to your likings. Also see readme -->
<script src="config.js"></script>
</body>
</html>
</html>
Loading