Age | Commit message (Collapse) | Author |
|
Also updates FI to #267 but wont be built in releases until string lengths fit.
|
|
|
|
|
|
Update GUI for temp setting to round to 10 increments.
|
|
* Minor corrections of Russian localization
* Russian Translition - Automatic start mode
Changed the description and the header of the "Automatic start mode" mode, since now it is turned on by the checkbox and not by the T/S/F.
TODO: For other languages, the inaccuracy of this description has remained.
* Russian Translition
Slight fix.
* Ukrainian localization
Added Ukrainian localization. Translation is implemented by natural native speakers.
* LANG_UA -> LANG_UK
|
|
|
|
|
|
* Update Translation.cpp
Fixes russian double line string + italian readjustments
* Fix for sizings + uniformed indent
|
|
Closes #255
|
|
|
|
|
|
|
|
Fixes #252
|
|
|
|
|
|
|
|
Should fix #248
|
|
* Translation.cpp revised and reformatted
* Update Translation.cpp
|
|
Updated translation for Bulgarian with the latest version of Translation.cpp
|
|
* Update Translation.cpp
|
|
Exponential button acceleration from @jonnieZG
|
|
|
|
|
|
* Enabled DOUBLE line for Croatian + translation fix
|
|
|
|
* Croatian translation updated
|
|
#214
New Icons
Fix Hold to scroll timer with a lockout
Fix Menu lengths
New French Translation Closes #228
Fix confirmation message scroll speed
Fix translations.cpp
|
|
* Split menu handling,speed up OLED
* Split menu apart
Split menu apart.
Next to add icons etc
* Finished main menu re-layout
* Added menu option for scroll speed
* Speed up scroll settings, pad translations
|
|
|
|
* Enabled DOUBLE line for Croatian + translation fix
Enabled DOUBLE line Menu for Croatian.
A minor translation fix.
* Added Double line menus for Croatian
Added Double line menus for Croatian. For some reason they were not included in the previous pull request, even though I made them (most probably it was by my mistake).
* Added "Power: " translation for Croatian
* Menu desciption scroll sped up 3x
* Slow scroll
* Additional HR translation fix
* EOL fixed
* Fixed flickering - update only when required
* HR translation improvement.
* Added "Are you sure...?" translation
|
|
* Enabled DOUBLE line for Croatian + translation fix
Enabled DOUBLE line Menu for Croatian.
A minor translation fix.
* Added Double line menus for Croatian
Added Double line menus for Croatian. For some reason they were not included in the previous pull request, even though I made them (most probably it was by my mistake).
* Added "Power: " translation for Croatian
* Menu desciption scroll sped up 3x
* Slow scroll
* Additional HR translation fix
* EOL fixed
* Fixed flickering - update only when required
* Parametrized description scrolling speed
* Synchronized Translation.c with original Ralim master
* Removed unnecessary check
* lcd.refresh() in description scroll called only when required
* Smooth scrolling also implemented in userConfirmation() method
* Variable messageSpeedFactor renamed to messageSpeedFactor
* Variable renamed
|
|
|
|
* adjust left limit for drawing
do draw area also if part just of it is visible - e.g. do not skip whole letter in rolling description if half of it can be shown
* render just visible area part
* fix visible area part computation
|
|
* Enabled DOUBLE line for Croatian
* Menu desciption scroll sped
* Better description smooth-scrolling routine.
* Tearing fixed. The screen will update only when required.
|
|
* Use checkbox for true/false menu options
|
|
|
|
This adds a detailed soldering screen to take a step towards #181
|
|
+ Creates a new driver for the LIS2DH accelerometer
+ Fixes timing issues since we're already touching a chunk of code
The LIS2DH driver should output similar numbers to the old MMA accelerometer.
Fixes #202
Fixes #189
|
|
* added HEX for removing logo
- flash this HEX to remove logo
* Added 001_TS100 logo
|
|
This probes the I2C bus to look for the MMA model accelerometer or if the new one is present.
|
|
|
|
|
|
Fix first part of #188
|
|
Slow down I2C to 50kHz
Adjust ADC timing
|
|
|
|
* fix translation max length comments
* fix comments
* fix logo address in comment
|
|
|
|
* Croatian: Double-line Menus + minor corrections
* Updated main.css - externalizing string
Externalized strings:
"Undervoltage"
"Input V: "
"DC LOW" (Using previously unused ULOWarningString)
"Tip Temp: " (At temperature warning)
"Tip:" (At sleeping advanced)
"Tip:" (At idle screen)
" Set:" (At idle screen)
"BAD TIP"
"Tip Disconnected!" (changed to "TIP DISCONNECTED" due to <=16 limit)
* Update Translation.c - Externalized strings
Externalized strings:
"Undervoltage"
"Input V: "
"DC LOW" (Using previously unused ULOWarningString)
"Tip Temp: " (At temperature warning)
"Tip:" (At sleeping advanced)
"Tip:" (At idle screen)
" Set:" (At idle screen)
"BAD TIP"
"Tip Disconnected!" (changed to "TIP DISCONNECTED" due to <=16 limit)
Max string length corrected from 17 to 16.
* Update Translation.h - Externalized strings
Externalized strings:
"Undervoltage"
"Input V: "
"DC LOW" (Using previously unused ULOWarningString)
"Tip Temp: " (At temperature warning)
"Tip:" (At sleeping advanced)
"Tip:" (At idle screen)
" Set:" (At idle screen)
"BAD TIP"
"Tip Disconnected!" (changed to "TIP DISCONNECTED" due to <=16 limit)
|
|
- updated to mach current codebase
- added diacritics
|
|
* Factory reset is the last menu option
* English translation fix - little char in second word
Unifies big/small first chars in english translation
|