1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00
Commit graph

27 commits

Author SHA1 Message Date
jflyper
131147322d Add menuErr to notify obvious error in menu contents 2016-11-05 17:26:45 +09:00
jflyper
e6dd0e6c5c DYNAMIC bit is added to entry flags
This will stash the special type OME_Polled_INT16 for RC preview menu,
and add capability to all value types to be polled dynamically.
2016-11-05 14:24:18 +09:00
jflyper
9008116823 onExit is now called with pointer to OSD_Entry at the time of exit
This will remove the final remaining reference to RC preview menu
(which required not to exit with KEY_ESC).
2016-11-05 13:14:54 +09:00
jflyper
f66a08d457 Merge branch 'bfdev-osd-cms-separation-poc' of https://github.com/jflyper/cleanflight into bfdev-osd-cms-separation-poc 2016-11-05 11:22:47 +09:00
jflyper
1961e50f0b Introduce CMS_Menu 2016-11-05 10:11:34 +09:00
Martin Budden
7b1ebcc3f6 Made some cms functions and variables static 2016-11-04 11:44:45 +00:00
jflyper
51d4b34540 Some names made more intuitive 2016-11-04 17:22:58 +09:00
jflyper
d1aa8a603c begin-end to open-close 2016-11-04 09:48:44 +09:00
jflyper
fc81bc668b Properly exclude include files based on options 2016-11-04 09:12:14 +09:00
Martin Budden
1f5e593120 Abstracted displayPort from CMS 2016-11-03 21:24:31 +00:00
jflyper
ccdf1424c5 Rebased 2016-11-03 12:11:12 +09:00
jflyper
f8c48f569a Menu contents separation 2016-11-03 03:35:33 +09:00
jflyper
cc69964d6b Use max7456WriteChar instead of direct access to screenBuffer (osd.c)
Some fix-ups for different targets.
2016-11-02 19:12:50 +09:00
jflyper
15c83c184c Add OME_String for simple string entry 2016-11-02 17:57:53 +09:00
jflyper
9363f53945 Consistent naming for TxBytesFree 2016-11-02 15:55:29 +09:00
jflyper
f58f7f65b1 Cleanups 2016-11-02 09:12:37 +09:00
jflyper
042096fbb7 Tx buffer availability hack to handle slow devices 2016-11-02 00:30:54 +09:00
jflyper
b42de4f2a4 Provision OSDMenuFuncPtr to return long 2016-11-01 01:31:09 +09:00
jflyper
e8a22fa60e Added FC identifier... (Argggh) 2016-10-31 03:31:39 +09:00
jflyper
1aaf2d9d47 Minor touch ups 2016-10-29 13:40:27 +09:00
jflyper
720a841008 More displayPort_t, CANVAS as new feature, multi-display cycling
- Further touch-ups with displayPort_t handling.
- CANVAS is a FEATURE now.
- Device specific xxxCmsInit() are registered by device’s init, and
called by CMS upon entry to menu.
- Multiple display devices can be cycled by entering menu invocation
command while in menu.
- The menu invocation command is (was) changed to THR-Mid + YAW-Left +
Pitch-Full to avoid collision with MWOSD menu invocation command.
- More separation attempt.
2016-10-28 13:22:28 +09:00
jflyper
7960b1665d Introduction of displayPort_t 2016-10-27 19:07:27 +09:00
jflyper
e26258e686 Add info menu 2016-10-26 19:02:15 +09:00
jflyper
761e1c5bf2 Add OLED CMS support 2016-10-25 17:29:49 +09:00
jflyper
38660aa8a6 Touch-ups, tidy, bandwidth mgmt on serial canvas 2016-10-25 14:34:08 +09:00
jflyper
6a6fd07dfb Rebased (streamBuf) 2016-10-24 02:30:29 +09:00
jflyper
6cf9086f56 CMS-OSD separation 2016-10-23 19:03:35 +09:00