Alvin Wong
ab1b48a0f2
Change ResetOKMessage to use warnUser
2021-04-05 16:40:36 +08:00
Alvin Wong
33901b688a
Change warnUser to use printWholeScreen
2021-04-05 16:40:36 +08:00
Alvin Wong
e01361ddde
Add messageWarn translation definition type
2021-04-05 16:40:31 +08:00
Alvin Wong
53c02dca33
Refactor printing CJK menu with large font into OLED.cpp
2021-04-05 15:48:12 +08:00
Alvin Wong
55fa5c95e4
Change SettingsShortNames to use one string
...
This unifies its behaviour with SettingsMenuEntries.
2021-04-05 15:48:06 +08:00
Alvin Wong
12f98e5f9c
Remove unnecessary array sizes
2021-04-05 15:41:10 +08:00
Ryan Jarvis
ed98803774
Fix CI builds
2021-04-03 21:38:21 -07:00
Thomas Weißschuh
45d2780507
Always generate debug symbols
...
The debug symbols are only part of the generated ELF files,
they are stripped from the .bin and .hex files.
So there should be no disadvantage of always generating it.
Before:
52456 Pinecil_EN.bin
81700 Pinecil_EN.elf
140759 Pinecil_EN.elf.map
147554 Pinecil_EN.hex
After:
52456 Pinecil_EN.bin
650556 Pinecil_EN.elf
191974 Pinecil_EN.elf.map
147554 Pinecil_EN.hex
2021-03-28 22:36:33 +02:00
Thomas Weißschuh
1078275aa1
add symbols needed by OpenOCD
...
this is a backport of
https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/188 which is part of
FreeRTOS V10.4.2
2021-03-28 22:36:33 +02:00
Alvin Wong
80b86ea083
Remove unused menu strings
2021-03-29 03:26:39 +08:00
Alvin Wong
c549c77aaf
Refactor: Use enum to index settings descriptions
2021-03-24 23:58:45 +08:00
Alvin Wong
f3cfcb2bca
Make translation obj files depend on the headers
2021-03-24 23:57:46 +08:00
Alvin Wong
b2f9eab7fb
Refactor font style to be set when printing
...
Removes the font setting as a global state.
2021-03-21 21:46:12 +08:00
Ben V. Brown
a826da1cf6
Merge branch 'master' into extend-font-encoding
2021-03-20 21:54:28 +11:00
Alvin Wong
17824fb376
Fix scrolling text using incorrect length
2021-03-20 15:45:40 +08:00
Alvin Wong
55f3a8e0ed
Make font encoding use all byte seq. possible
2021-03-20 15:36:39 +08:00
Devydd
00e6e2a8f7
In detailed soldering view add '+' symbol after the temperature to indicate active boost mode (when active)
2021-03-18 17:00:18 +01:00
Ben V. Brown
0c00247d29
Format OLED
2021-03-18 12:14:15 +00:00
Ben V. Brown
58013c095e
Merge branch 'master' into extend-font-encoding
2021-03-18 23:05:05 +11:00
Ben V. Brown
c6c138bb4c
Merge branch 'master' into extend-font-encoding
2021-03-18 23:04:00 +11:00
Ben V. Brown
bc05ed7e86
Update Makefile
2021-03-18 22:36:33 +11:00
Ben V. Brown
2c66d91cfe
Add make command to validate formatting
2021-03-18 22:30:20 +11:00
Ben V. Brown
053f8ece3e
Turn on more
2021-03-18 22:21:35 +11:00
Ben V. Brown
4c979655f4
First pass
2021-03-18 22:18:10 +11:00
Ben V. Brown
04d72cbcd8
Allow menu items to be skipped automatically | skip power pulse settings if its turned off
2021-03-18 22:01:02 +11:00
Ben V. Brown
bdfe9e9ee8
Merge branch 'master' into extend-font-encoding
2021-03-17 21:17:17 +11:00
Ben V. Brown
f831b74e57
Cleanup security warnings
2021-03-17 21:12:45 +11:00
Ben V. Brown
4bc4870cf8
Merge branch 'master' into extend-font-encoding
2021-03-16 21:51:55 +11:00
Ben V. Brown
ecf4651f6d
Fix animation speed
2021-03-16 21:42:30 +11:00
Ben V. Brown
bb379e4ac0
Create Settings Off char
2021-03-16 21:42:11 +11:00
Ben V. Brown
c07b621daf
Rough pass
2021-03-16 21:24:22 +11:00
Ben V. Brown
3858ac4a16
Rough pass expanding print
2021-03-16 20:42:47 +11:00
Ben V. Brown
e6eb3e34bc
Expand drawChar for larger offset
2021-03-16 20:34:47 +11:00
Ben V. Brown
41f0a1f347
Formatting pass
2021-03-16 20:29:28 +11:00
Ben V. Brown
17f76b8c36
Merge pull request #882 from devydd/fix_no_hold_on_last_value
...
Fix: no hold time on the last value when incrementing
2021-03-16 20:25:55 +11:00
Devydd
c13991cd25
Add user-adjustable "time between Power Pulses" and "Power Pulse duration"
2021-03-16 01:15:05 +01:00
Devydd
7c4c3da37c
Increase maximum Power Pulse power to 9.9W
...
One of my power-banks (UTRAI Jstar One) required 7.0W pulse to
stay awake. Extending this limit to 100 gives more flexibility
in setting up stronger but less frequent pulses.
2021-03-16 01:14:50 +01:00
Devydd
e831e83e27
Fix: no hold time on the last value when incrementing
2021-03-16 01:11:41 +01:00
alvinhochun
603d9d0ac2
Fix userConfirmation scroll speed ( #878 )
2021-03-15 22:37:12 +11:00
Ben V. Brown
337c932b23
Cleanup ( #877 )
...
* Clean translation
* Create enum for off/slow/med/fast
* Update configuration.h
* Default loop on
* Create Medium speed symbol slot
* True/False are no longer defined, move to off string + slightly smoother lerp animations
2021-03-15 21:43:01 +11:00
Ben V. Brown
7fbfde7b33
Correct a few missed time values from the tick rate change ( #874 )
...
* Pass over all refs to xTaskGetTickCount()
* That wasn't a second 😓
* Update FreeRTOSConfig.h
* Fix warning in usb code; style; fix slow description
2021-03-15 21:01:09 +11:00
PlayDay
2796f095af
Animated icons ( #866 )
...
* Add animation Icons
* 2D dimensional array
* Added animation to GUI
* Added Adnimation Speed setting
* Added loop
* Added Loop switch
* Use Checkbox instead of +/-
* Animations can now be turned off
* Optimize animation code
* Move animation options to UI settings
2021-03-15 18:01:12 +11:00
Ilya Zhuravlev
2220155045
Add 18v for pinecil
2021-03-11 14:04:34 -05:00
Ben V. Brown
f517b87c42
Merge pull request #864 from t-8ch/make-more-deps
...
translations: track more generation dependencies
2021-03-09 09:06:49 +11:00
Thomas Weißschuh
cb34af357f
translations: track more generation dependencies
2021-03-08 19:17:04 +01:00
PlayDay
7540684865
Fix scroll blink
2021-03-08 13:19:25 +01:00
PlayDay
c380cab159
Update GUIThread.cpp
2021-03-08 12:15:52 +01:00
PlayDay
6a81f92efd
Update GUIThread.cpp
2021-03-08 12:12:20 +01:00
PlayDay
9449ac896e
Fix Battery icon
2021-03-08 12:05:40 +01:00
Ben V. Brown
f6b53fedf3
Prep release 2.15
2021-03-08 21:42:10 +11:00