diff --git a/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go b/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go index 8b8f70e..8a09fbd 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go +++ b/Menu/GameShell/10_Settings/Bluetooth/bluetooth_page.go @@ -237,7 +237,9 @@ func (self *BleInfoPage) GenList() { sm_text = fmt.Sprintf("%v",v) } - + if len(sm_text) > 20 { + sm_text = sm_text[:20] + } li.SetSmallText(sm_text) li.PosX = 2