Commit Graph

22 Commits

Author SHA1 Message Date
Ben V. Brown
1056f0cf3d Fix #2115
Refactor lost line
2025-07-19 15:57:58 +10:00
Ivan Zorin
c698c58e3a Making clang-format happy 2025-03-07 07:03:24 +03:00
Ivan Zorin
42aeee1c0b Alternative solution with more code lines in different functions 2025-03-07 06:59:33 +03:00
Ben V. Brown
c2ec65cafb Use runaway counter trigger 2025-02-23 13:02:57 +11:00
Ben V. Brown
cfa2591db3 Update Soldering.cpp 2024-12-22 12:32:21 +11:00
neon12345
42d7f8d4c5 Update Soldering.cpp
use the LockingKeysString message for state 2
2024-08-13 18:18:39 +02:00
neon12345
d8b7c73b8e Update Soldering.cpp
allow unlock during locked warning
2024-08-11 00:38:22 +02:00
neon12345
dfbf45a1c4 Update Soldering.cpp
fix timed locked warning based on review comments with additional state7 field.
2024-08-06 13:54:33 +02:00
discip
c002f45c7e making the LOCKED / UNLOCKED stay for a second 2024-08-05 22:46:20 +02:00
neon12345
697b0c795d Update Soldering.cpp
fix another logic error
2024-08-01 08:54:26 +02:00
neon12345
3d43354ea1 Update Soldering.cpp
fix timer logic
2024-08-01 08:39:14 +02:00
neon12345
ea2deb0e12 Update Soldering.cpp
change locked warning display time to 1 second
2024-08-01 05:56:09 +02:00
neon12345
ae55d5c3de Update Soldering.cpp
show the locked warning for half a second
2024-08-01 05:41:07 +02:00
neon12345
c0ba6eb30d Update Soldering.cpp
revert last commit
2024-08-01 05:29:53 +02:00
neon12345
34db06ab9c Update Soldering.cpp
allow to use remaining state1 for timer
2024-08-01 05:00:26 +02:00
neon12345
6a2f2dc344 Update Soldering.cpp
optimize lock/unlock display information
2024-07-31 13:28:26 +02:00
neon12345
f0fa271940 Update Soldering.cpp
move comment
2024-07-31 12:28:57 +02:00
neon12345
616db16b00 Update Soldering.cpp
logic description fix
2024-07-31 06:16:51 +02:00
neon12345
2a5ba2b057 Update Soldering.cpp
fix typo
2024-07-31 06:06:45 +02:00
neon12345
297205aa06 Update Soldering.cpp
add additional release state for locking
2024-07-31 05:52:32 +02:00
Ivan Zorin
95eb154c44 Add enum for modes of locking buttons (#1955)
* Add enum for modes of locking buttons

* Update description for FULL value
2024-07-24 22:14:06 +10:00
Ben V. Brown
48649908a7 WIP: Split Render for multiple screen resolutions (#1888)
* Create README.md

* Move to new folder

* Migrating

* Migrate Remainder

* format fix (all but one) (#1889)

* Update USBPDDebug_FS2711.cpp

* Delete PrintVoltage.cpp

* Copy in 128x32 template

* Mask drawing for 96x16

* Import #1819

* Update Font.h

* Homescreen

* Update draw_homescreen_detailed.cpp

* Fix oled normal draw for variable height

* Update OLED.cpp

* Draw settings icons

* Update draw_homescreen_simplified.cpp

* Update draw_power_source_icon.cpp

* Fixup oled drawing for fill area

* Update the region fill for mixed heights

* Fix newline height

* FIXUP! Draw icons in settings menu at correct size

* Fix scrollbar

* Update settingsGUI.cpp

* S60(P) Disable auto display rotation

* On tall oled, scroll in 2 line increments

* Bugfix transition L<->R

@discip I take it back, there was a bug :)

* Draw every other one on transitions

* .

* cleanup

* Bootup logo: Draw in centre

* Update OLED.hpp

---------

Co-authored-by: discip <53649486+discip@users.noreply.github.com>
2024-07-12 08:27:05 +10:00