Ben V. Brown
6b8ee8ad48
Update GUIThread.cpp
2022-11-23 21:07:26 +11:00
Ben V. Brown
38b4a87602
Update CJC.cpp
2022-11-23 21:06:01 +11:00
Ben V. Brown
3007a44e45
Merge branch 'dev' into refactor-gui-files
2022-11-23 21:05:54 +11:00
Ben V. Brown
91f939e0f5
Update OperatingModes.h
2022-11-22 18:37:41 +11:00
Ben V. Brown
8ea43ed8be
Update OperatingModes.h
2022-11-22 18:35:15 +11:00
Ben V. Brown
91cd702726
Update OperatingModes.h
2022-11-22 18:35:00 +11:00
Ben V. Brown
3b898ddc50
Refactor out home screen
2022-11-22 18:33:01 +11:00
Ben V. Brown
6cbb01db41
References
2022-11-22 18:26:16 +11:00
Ben V. Brown
27297fd692
Headers
2022-11-22 18:26:07 +11:00
Ben V. Brown
fe77fb097e
Update printSleepCountdown.cpp
2022-11-22 18:25:58 +11:00
Ben V. Brown
124c3ecade
Update shouldDeviceSleep.cpp
2022-11-22 18:25:57 +11:00
Ben V. Brown
da6b780941
Create shouldDeviceShutdown.cpp
2022-11-22 18:25:55 +11:00
Ben V. Brown
28c74a152c
Update Makefile
2022-11-22 18:25:51 +11:00
Ben V. Brown
8d9e90c7b0
Create ShowWarning.cpp
2022-11-22 18:25:48 +11:00
Ben V. Brown
68eeb1276f
Create PrintVoltage.cpp
2022-11-22 18:25:45 +11:00
Ben V. Brown
4cb74bddd7
Create min.cpp
2022-11-22 18:25:43 +11:00
Ben V. Brown
7bb41ff7c9
Create GUIDelay.cpp
2022-11-22 18:25:40 +11:00
Ben V. Brown
3836915b19
Create DrawTipTemperature.cpp
2022-11-22 18:25:38 +11:00
Ben V. Brown
af55cd5da4
Create USBPDDebug.cpp
2022-11-22 18:25:36 +11:00
Ben V. Brown
70e35316d4
Create ShowStartupWarnings.cpp
2022-11-22 18:25:33 +11:00
Ben V. Brown
296e599bf1
Create DebugMenu.cpp
2022-11-22 18:25:29 +11:00
Ben V. Brown
1432fc0dc3
Create CJC.cpp
2022-11-22 18:07:46 +11:00
Ben V. Brown
d82876c630
Create OperatingModes.h
2022-11-22 18:07:42 +11:00
Ben V. Brown
d7e68e074c
Create Sleep.cpp
2022-11-22 18:07:40 +11:00
Ben V. Brown
24ab228f5a
Create Soldering.cpp
2022-11-22 18:07:38 +11:00
Ben V. Brown
7a3527c680
Create TemperatureAdjust.cpp
2022-11-22 18:07:36 +11:00
Ben V. Brown
3f8004e81c
Create checkUndervoltage.cpp
2022-11-22 18:07:34 +11:00
Ben V. Brown
d2dbeee658
Create drawPowerSourceIcon.cpp
2022-11-22 18:07:32 +11:00
Ben V. Brown
250e26e2d2
Create getSleepTimeout.cpp
2022-11-22 18:07:30 +11:00
Ben V. Brown
d46bdcbfcc
Create OperatingModeUtilities.h
2022-11-22 18:07:27 +11:00
Ben V. Brown
db57a51cbb
Create printSleepCountdown.cpp
2022-11-22 18:07:23 +11:00
Ben V. Brown
8c058df6ac
Create shouldDeviceSleep.cpp
2022-11-22 18:07:16 +11:00
discip
161b8ba2cb
reworked CJC appearance
2022-11-17 00:30:27 +01:00
Ben V. Brown
80e7ab3161
Force delay after display state change
...
So that we backoff if OLED is busy
Update OLED.hpp
2022-11-06 22:53:43 +11:00
Ben V. Brown
7eb9f3f10d
Only send on display change
2022-11-06 22:10:09 +11:00
Ben V. Brown
6f3a2fb775
Merge branch 'dev' into alvin/cjk-update
2022-11-06 21:12:40 +11:00
discip
680c25ab25
Update Makefile
2022-11-04 23:19:40 +01:00
Alvin Wong
a703a7c2bc
Revert "Always use compressed data even for single languages ( #1430 )"
...
We're getting "region `RAM' overflowed by 144 bytes" for MHP30_ZH_CN.
This reverts commit 3e939a7d12 .
2022-10-25 18:52:54 +08:00
discip
ee6ce621a9
Merge branch 'Ralim:dev' into translation_update
2022-10-22 09:59:22 +02:00
Ben V. Brown
3e939a7d12
Always use compressed data even for single languages ( #1430 )
...
* Always use compressed data even for single languages
* Update push.yml
2022-10-22 12:26:57 +11:00
Ben V. Brown
bf13020fef
Remove debug output meta
2022-10-22 12:01:53 +11:00
Ben V. Brown
30ef41ad5a
Update Makefile
2022-10-22 11:54:39 +11:00
Ben V. Brown
17065a38e3
Remove unused
2022-10-22 11:50:13 +11:00
Ben V. Brown
e8fc4c0039
More optimisation flags
2022-10-22 11:46:33 +11:00
Ben V. Brown
849b266d4e
Shrink HAL
2022-10-22 11:24:29 +11:00
Ben V. Brown
77930a386c
flash api simpler
...
Update flash.c
2022-10-22 11:24:09 +11:00
Ben V. Brown
23eb7504fb
Trimming Miniware
2022-10-22 11:17:27 +11:00
discip
d905dc3d90
Update Translation.h
2022-10-20 22:00:59 +02:00
Ben V. Brown
1a3d6ba219
Fixing up TS80P Build ( #1429 )
...
* Silence wchart warning + go back to simple size limiter
Going from smart linker file to basic #defines to make things just easier to debug
* 2 deg c increments for NTC table
* Update cmsis_gcc.h
* Drop special linker
* Update portmacro.h
* Update Makefile
2022-10-20 18:06:05 +11:00
Ben V. Brown
82f49b5f50
Update version.h
2022-09-25 11:34:07 +10:00