Manuel
Manuel
> WAO! I'll look at this tomorrow on t-deck pro. The value of modifierFalg can be up to 7 at the moment (shift + alt + sym) so the tapMap...
> TCA8418 is capable of requesting 3 buttons at once (under certain matrix rules) which is not currently used and I don't think it is needed. Currently shift increases the...
@kstrauser @Szetya Do you also have issues fully charging the T-Deck Pro? Sometimes it charges, sometimes not e.g. when shutdown. After 10h charging still at 80%. Weird. I've opened an...
Current 4MB partitioning: ``` # This is a layout for 4MB of flash # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x009000, 0x005000, otadata, data, ota, 0x00e000, 0x002000,...
Bundling the .cvs file with the firmware zip would allow a completely generic approach, that works for all future variations without the need for device type specific adaptations or other...
Alternative to csv files: use a manifest file, e.g. as described here: https://github.com/esphome/esp-web-tools 
The first part is finished, the PR to support SenseCAP Indicator has been merged into meshtastic master branch and will be available in firmware 2.5.1: https://github.com/meshtastic/firmware/pull/4279 The required changes for...
> [LovyanGFX/src/lgfx/v1/panel/Panel_NV3041A.hpp](https://github.com/lovyan03/LovyanGFX/blob/4ba414758dffee4cf517238296288414757a4b63/src/lgfx/v1/panel/Panel_NV3041A.hpp#L56) > > Line 56 in [4ba4147](/lovyan03/LovyanGFX/commit/4ba414758dffee4cf517238296288414757a4b63) This line should read `CMD_MADCTL_BGR = 0x08`: https://github.com/lovyan03/LovyanGFX/blob/751464e7da3ddbd8787dba933943ac8244521cf8/src/lgfx/v1/panel/Panel_NV3041A.hpp#L57
Also, there's a call to `setInvert(_cfg.invert);` missing in `Panel_NV3041A::init()`
> lovyangfx makes the program to large to fit on the t-beam (iram overflow ~2700) The current tbeam size in master is: ``` RAM: [= ] 7.4% (used 96820 bytes...