1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00
Commit graph

93 commits

Author SHA1 Message Date
bsongis
4ffb9f69c6 Taranis LCD functions refactoring 2014-07-04 11:53:29 +02:00
bsongis
63fe996ebc Fixes #1427 - M badly displayed when SMLSIZE font used 2014-07-02 15:28:34 +02:00
bsongis
72ef865c10 Prevents lines from wrapping when writing text 2014-07-01 22:53:28 +02:00
bsongis
57b08fb064 Fixes #1362 2014-07-01 22:53:28 +02:00
bsongis
74534b74c2 Fixes #1415 2014-07-01 19:02:34 +02:00
bsongis
1d1a815ef7 lcd.drawChannel(...) added. Possibility to write telemetry values using
different sizes
2014-07-01 17:36:39 +02:00
bsongis
1df8b5f5c1 Fixes #1358 2014-06-30 17:43:33 +02:00
bsongis
7467213bad Possible display overflow 2014-06-22 09:00:41 +02:00
bsongis
5b2530ba79 Conditional compilation added around previous pull request (multi-lines
improvement)
2014-06-22 07:25:28 +02:00
Chris Nisbet
9fe49846c5 Fixes issue where strings may be truncated unnecessarily.
If the string spans multiple lines (contains character 0x1E), the limit on the line's length should be set back to the original value.
2014-06-21 14:52:40 +12:00
bsongis
2416dde7bb Lua telemetry screens. Still not finished:
- the scripts need to be wakedup even when not displayed
- I only tested telem0.lua, but theorically we could have 7 telemetry
screens
2014-06-18 22:42:04 +02:00
bsongis
9682bf116d Fixes #1271 2014-06-17 11:27:59 +02:00
bsongis
2094e87da5 'phase' renamed to 'flight mode' everywhere in the code 2014-06-17 10:59:00 +02:00
bsongis
726a03d433 Fixes #1277 2014-06-14 11:20:40 +02:00
bsongis
89433127c4 Lua scripts now in custom functions! 2014-06-12 18:18:42 +02:00
bsongis
72dc022dc9 Fixes #1182 - RxBatt removed 2014-06-10 14:51:16 +02:00
bsongis
a6c39e83b1 #1188 - HDG not converted when units are imperial (it was done in audio,
not in
lcd)
2014-06-06 15:07:22 +02:00
bsongis
6511ae173d Fixes #1191 2014-06-06 11:54:13 +02:00
bsongis
dcde1073b0 [Stock 9x] Problem on logical switches used as sources (both display and
evaluation)
2014-06-05 21:41:05 +02:00
bsongis
950f651af9 BMP are read on the stack to avoid a malloc. Lua memory displayed when
pressing [Menu Long]
2014-05-30 16:14:54 +02:00
bsongis
331fb9d588 RxBatt now ok! 2014-05-26 21:38:19 +02:00
bsongis
c7c58b1a1d Volts source can be RxBatt/A3/A4 and Amps source A3/A4 2014-05-24 16:06:31 +02:00
bsongis
a46b78bd97 RxBatt overflow (it's stored in a 8bits variable) 2014-05-23 17:26:26 +02:00
bsongis
136cd666f7 RxBatt should now be displayed and played correctly 2014-05-23 15:38:50 +02:00
bsongis
daf80cad83 A3/A4 support 2014-05-23 11:09:22 +02:00
bsongis
e4f550085a lcd_line now accepts DOTTED pattern 2014-05-22 16:46:46 +02:00
bsongis
273098f9e1 Fixes #1120 2014-05-19 21:16:13 +02:00
bsongis
6c17fee19b Fixes #1107 2014-05-17 07:52:31 +02:00
bsongis
40783acc36 Small display bug on SMLSIZE numbers with PREC1 (used in Failsafe menu
on Taranis)
2014-05-16 15:48:57 +02:00
bsongis
fec39c4222 Numbers like "5.1" were badly displayed in DBLSIZE (the point was near
the 1). Small code saving (10 bytes)
2014-05-16 15:15:57 +02:00
bsongis
d6977a130b Chars [ and ] use now one less pixel in weight 2014-05-16 14:43:32 +02:00
bsongis
10545a1e6a Fixes #1088 2014-05-13 10:39:53 +02:00
bsongis
c3859dc308 Compilation failure on Sky9x 2014-05-09 17:26:16 +02:00
bsongis
9a086312c7 Disable TX_TIME when no RTCLOCK on board 2014-05-09 17:11:31 +02:00
bsongis
6b4dba947a Issue #1065 - FW part done 2014-05-09 17:11:30 +02:00
bsongis
3c07e0a227 Issue #1065 - New function putsTime 2014-05-09 17:11:30 +02:00
bsongis
f178748090 Fixes #986
Fixes #1058
2014-05-05 16:07:07 +02:00
bsongis
48328a7f8a Fixes #1013 - ~ and \t added to the mapped chars in notes 2014-05-02 13:11:15 +02:00
mhotar
2d62054e9a TAB "\t" added to strings 2014-04-28 20:20:04 +02:00
bsongis
37960e6a9d Wrong unit used with ASpeed+ 2014-04-17 11:15:55 +02:00
bsongis
506bc9b6ae AirSpeed now in Knots (and converted to km/h and mph according to Tx
settings). Tests needed (LCD and audio)
2014-04-15 18:11:13 +02:00
bsongis
ed3bc66ea1 Many little differences in logical switches (telemetry sources) between
Companion and the FW (especially on 9x stock board)
2014-04-10 12:35:58 +02:00
mhotar
33a44322dc '!' font method used instead of vlineStip #956 2014-04-08 23:39:05 +02:00
bsongis
fd92c3877b AirSpeed was divided by 100 when displayed 2014-04-08 21:19:35 +02:00
mhotar
8bffd10084 BDLSIZE special characters were not remapped 2014-04-02 01:11:27 +02:00
bsongis
f9b9df3a83 Negative curves badly displayed 2014-03-26 09:34:23 +01:00
bsongis
8c59a196c7 Inputs / Mixers screens rearrangement / bugfixes 2014-03-25 17:03:24 +01:00
Damjan Adamic
e5cbba4ee2 Proper rounding for values that are scaled down. Displayed and spoken values affected.
Example: value 3.47V was spoken as 3.4V, new spoken value is 3.5V
2014-03-23 20:50:02 +01:00
bsongis
1c3ced7222 Cosmetics on the bootloader 2014-03-15 15:36:02 +01:00
bsongis
5b0835cecb translations.h/.cpp files splitted into translations.h/.ccp and
fonts.h/.cpp
2014-03-05 10:59:52 +01:00