Patrick Horlebein
d69293342d
Add secondary framebuffer, instead of allocating on stack
2020-04-25 11:43:14 +02:00
Patrick Horlebein
b8c822696b
Merge branch 'master' of github.com:Ralim/ts100 into navigation-animations
2020-04-25 11:25:13 +02:00
Ben V. Brown
6c17b4ab79
Merge pull request #615 from discip/master
...
Update translation_en.json
2020-04-22 11:33:26 +10:00
discip
a78e1cd52a
Merge branch 'master' into master
2020-04-21 18:26:25 +02:00
discip
2f8eeaa33a
Update translation_en.json
...
unfortunately forgot something
2020-04-21 17:32:36 +02:00
Patrick Horlebein
4395a3402c
Merge branch 'master' into navigation-animations
2020-04-21 10:04:09 +02:00
Ben V. Brown
c6f663282a
Merge pull request #613 from discip/master
...
More consistent appearance of the English translation files thanks to @discip
2020-04-21 08:56:13 +10:00
discip
f3723a0326
hopefully consistent appearance ( #1 )
...
* Update translation_en.json
The meaning for the 'O parameter' in the scrolling description was missing.
* Update translation_en.json
Proposal for consistent appearance of text.
2020-04-20 23:49:14 +02:00
Patrick Horlebein
3d33a6ea57
Fix whitespaces
2020-04-17 09:46:01 +02:00
Patrick Horlebein
c851554d3e
Merge master into navigation-animations
2020-04-17 09:38:16 +02:00
Ben V. Brown
7dbc01bb0d
Merge pull request #608 from PixelPirate/scroll-indicator
...
Add a scrolling indicator thanks to @PixelPirate
2020-04-17 11:05:29 +10:00
Patrick Horlebein
c2ce1372fe
Merge master into scroll-indicator
2020-04-16 13:02:59 +02:00
Patrick Horlebein
add8993da5
Use tabs instead of spaces.
2020-04-16 11:16:17 +02:00
Patrick Horlebein
330c4868c2
Fix navigation animation not playing sometimes.
2020-04-06 18:55:48 +02:00
Patrick Horlebein
f3d0bc3965
Simplified animation methods
2020-04-06 18:49:10 +02:00
Patrick Horlebein
172eea4909
Add ease in / out and cleanup animation methods
2020-04-06 17:40:01 +02:00
Patrick Horlebein
bbb724e8f0
Only play navigation animation when menus changed
2020-04-06 17:39:05 +02:00
Patrick Horlebein
ec6140317c
Remove secondFrameBuffer and instead add set_framebuffer method
2020-04-06 17:38:24 +02:00
Ben V. Brown
2b4cf54a61
Merge pull request #601 from playday3008/patch-1
...
Update translation_uk.json
2020-04-06 19:51:23 +10:00
PlayDay
7f89b8a369
Update translation_ru.json
2020-04-06 11:26:31 +02:00
PlayDay
0b3816aee6
Update translation_uk.json
2020-04-06 11:20:12 +02:00
PlayDay
ffa4069b3c
Merge branch 'master' into patch-1
2020-04-05 17:18:04 +02:00
Ben V. Brown
9932ce5732
Merge pull request #600 from federck/patch-21
...
Update translation_it
2020-04-05 10:58:59 +10:00
federck
278663bd0e
Update translation_it
...
*Italian translation update 😀
2020-04-04 19:33:40 +03:00
PlayDay
0911e2943d
Update translation_uk.json
2020-04-04 05:11:41 +02:00
Ben V. Brown
fa58e167f1
Update version.h
v2.09
2020-04-04 13:32:43 +11:00
Ben V. Brown
af822d3816
Create FUNDING.yml
2020-04-04 13:27:17 +11:00
Ben V. Brown
eef2fb8148
Slight reqork of QC logic to bring back older style + mix in another compatability hack
2020-04-04 13:16:28 +11:00
Ben V. Brown
baa9ff66a8
Update TipThermoModel.cpp
...
Update comments
2020-04-04 13:15:59 +11:00
Ben V. Brown
482d1c5b61
Restore the project files
...
If we keep removing these, it keeps requiring rebuilding the entire MX+IDE project which is a pain
2020-04-04 12:00:02 +11:00
Ben V. Brown
ad39fe9750
Update .gitignore
...
Stop blacklisting IDE project configurations
2020-04-04 11:54:38 +11:00
Patrick Horlebein
81abd5eeac
Add navigation animations
2020-04-03 22:40:03 +02:00
Patrick Horlebein
07d35cadd9
Draw scrolling indicator
2020-04-03 17:13:10 +02:00
Patrick Horlebein
153772cb68
Add a 2 pixel wide space in menus for scrolling indicator
2020-04-03 17:12:31 +02:00
Patrick Horlebein
74d144eef8
Add method to draw a scrolling indicator
2020-04-03 16:58:53 +02:00
Ben V. Brown
d45b1d7e27
Merge pull request #596 from GeminiServer/PR-git-hash-fix-on-tags
...
bugfix - git hash returns tags (if set) instead the short hash
2020-03-21 12:13:30 +11:00
GeminiServer
a5a21a8678
bugfix - git hash returns tags (if set) instead the short hash
...
using "git rev-parse --short=7 HEAD" to be sure we always get the commit hash.
2020-03-21 01:27:55 +01:00
Ben V. Brown
bccaea746c
Merge pull request #595 from GeminiServer/PR-#6-Config-Conditional-Disable-Fahrenheit-Support
...
PR #6 - Unit - Fahrenheit support in language translations
2020-03-21 10:23:52 +11:00
Ben V. Brown
bf518ca982
Merge branch 'master' into PR-#6-Config-Conditional-Disable-Fahrenheit-Support
2020-03-21 10:15:41 +11:00
Ben V. Brown
df8e157461
Merge pull request #594 from GeminiServer/PR#5.1-Configuration.h-Cleanup
...
PR#5.1 configuration.h cleanup
2020-03-21 10:15:08 +11:00
Ben V. Brown
f2f92cc7af
Merge branch 'master' into PR#5.1-Configuration.h-Cleanup
2020-03-21 10:14:37 +11:00
Ben V. Brown
9b3bfebe4b
Merge pull request #593 from GeminiServer/PR#5-Revert-inLeftHandedMode
...
PR#5- bool inLeftHandedMode is an internal variable. Reverting configuration.h assignment
2020-03-21 10:14:26 +11:00
GeminiServer
ee0767efb8
Unit - Fahrenheit support in language translations
...
°F Fahrenheit - You will find the default Fahrenheit configuration in the translation_xx.json
If tempUnitFahrenheit is set to:
true - you can switch in menu settings to Fahrenheit or Celsius.
false - you see only Celsius. All settings are then is in Celsius only.
2020-03-20 20:37:02 +01:00
GeminiServer
797d2c247a
Separated Temp change configurations
2020-03-20 12:49:03 +01:00
GeminiServer
050f207684
bool inLeftHandedMode is an internal variable. Reverting configuration.h assignment
2020-03-20 12:30:54 +01:00
Ben V. Brown
f33e05a6c6
Merge pull request #588 from GeminiServer/PR-#4-TS100-Logo-Left
...
PR #4 - TS100 logo left
2020-03-20 09:52:07 +11:00
Ben V. Brown
c3631c2ef7
Merge branch 'master' into PR-#4-TS100-Logo-Left
2020-03-20 09:45:30 +11:00
Ben V. Brown
e0ec747ebe
Merge pull request #587 from GeminiServer/PR-#3-Version-rule-and-format
...
PR #3 - Firmware build version with short git hash suffix
2020-03-20 09:44:56 +11:00
Erkan Colak
0036e623ab
Merge branch 'master' into PR-#4-TS100-Logo-Left
2020-03-19 18:34:13 +01:00
GeminiServer
da84188703
Merge branch 'PR-#3-Version-rule-and-format' into PR-#4-TS100-Logo-Left
2020-03-19 18:20:50 +01:00