EdgeTX / edgetx

EdgeTX is the cutting edge open source firmware for your R/C radio
https://edgetx.org
GNU General Public License v2.0
1.45k stars 310 forks source link

feat: Jumper T15 support #5024

Closed 3djc closed 1 week ago

3djc commented 2 weeks ago

This brings support to Jumper T15 color lcd radio with touch.

image

Many thanks to @philmoz for his UI work on this

richardclli commented 1 week ago

@3djc Could you please clean up the changes in hal.h and eliminate the use of #if !defined(T15), these kind of defines will make thing complicated to add more radio definitions, I think using a whole block of definition #if defines(RADIO_T15) will be much better.