1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 03:19:53 +03:00
OpenTX custom firmware for Transmitters
Find a file
Michał Wróbel a57a8c8bbc LCD: fix lcd_outdezNAtt() for LEFT alignment with non-STDSIZE fonts
There were a few bugs affecting printing numbers with non-STDSIZE fonts. Most
of them were caused by improper calculation of decimal separator and minus sign
widths. Additionally, printing decimal separator for SMLSIZE has been fixed.

Fixes the following tests:
  * outdezNAtt.dblsize
  * outdezNAtt.xxlsize
  * outdezNAtt.midsize
  * outdezNAtt.smlsize
  * outdezNAtt.tinsize
2015-08-07 18:49:59 +02:00
companion Version changed to 2.2.0 (to prevent clashes with 2.1.x versions) 2015-07-21 21:17:59 +02:00
doc M2560 JackPPM correction + sch update 2015-07-10 21:38:24 +02:00
radio LCD: fix lcd_outdezNAtt() for LEFT alignment with non-STDSIZE fonts 2015-08-07 18:49:59 +02:00
sound Corrected bug that caused uneven data length for 16-bit wav files (big no, no). Added speed increase for recorded sound. 2014-03-25 15:46:29 +01:00
.gitignore First LateX doc, special thanks to Olivier ;) I only changed the 2014-12-30 08:20:20 +01:00
CREDITS.txt Contributors / Release notes dialogs refactoring 2015-07-08 19:42:18 +02:00
DONATIONS.txt Contributors / Release notes dialogs refactoring 2015-07-08 19:42:18 +02:00
GPLv2.txt Companion build on Linux 2013-12-02 18:47:43 +01:00
README.md New README 2014-01-20 16:44:02 +01:00

##OpenTX Next Branch

You have found your way to the GitHub repository site for the OpenTX Next Branch. This code branch holds the source code for the ongoing development.

The stable release code is not here, it is in the master branch.
Under no circumstances build and use software from this branch for real world application. At times you will be more or less guaranteed to crash your plane and destroy all your model settings.

Refer to the opentx.wiki for information about setting up the tool chains for building OpenTX and OpenTX Companion as well as other development related issues.