-
## Explanation
Por to these devices had been poorly made, using the same M5Launcher port, but in the case of Bruce theres a necessity to release memory to leave room for other libraries.
## Issue
…
-
Hello, firstly thank you for creating and managing this library. It has been very helpful to track these parameters of the microcontrollers.
I have 2 T-Beams, one with the AXP192 and one with AXP 2…
-
Kindly consider adding support for TTGO T-Beam v1.2 with SX1276 for 915 MHz.
I was able to get it working with the following diffs.
platformio.ini had sections for TTGO_T_Beam_V1_2 and TTGO_T_Beam_V…
-
### Category
Other
### Hardware
T-Beam
### Firmware Version
2.4.0.46d7b82
### Description
1. Get new device.
2. Update to latest stable firmware with web flasher.
3. Install app on phone.
4.…
-
On the LilyGo website it shows this image;
https://cdn.shopifycdn.net/s/files/1/0617/7190/7253/files/pin-diagram_1024x1024.jpg?v=1656990080
However I have the V1.2 version with a different AXP c…
-
I have a T-BEAM AXP2101 V2.1 with SX1262
There are examples for using the AXP2101, but I cannot find a clear list of what each of the AXP2101 channels actually controls on the T-Beam board.
I f…
-
Hello,
the function always returns zero, even though a USB cable is connected.
`float getVBUSVoltage(void);`
This function also returns false.
`bool isVBUS(void);`
There is a bug somewh…
-
Hi, I'm trying to port [LilyGO TTGO T-Beam](https://github.com/LilyGO/TTGO-T-Beam/tree/master) to zephyr. I'm using the 3.7.0 release and the process is almost done. But the GPS module, a [NEO-6m](htt…
-
#include
#define XPOWERS_CHIP_AXP2101
#include "XPowersLib.h"
#include "utilities.h"
XPowersPMU PMU;
// See all AT commands, if wanted
#define DUMP_AT_COMMANDS
#define TINY_GSM_RX_BUFFER…
-
There are examples for displaying things on ILI9342C
using framebuffer and LVGL.
I do not see how to turn off backlight on ILI9342C. Is there some code example? Or command line utility with the code…