-
Can't get it to work with ili9488 display with SPI interface on ESP32-S3. I've tried changing CS and DC to other pins, setting reset_state to high, changing color_space to RGB888 but nothing helped.
…
-
I am into Sitronix ST7735 style (e.g. ili9341, ili9488 and the like) TFT controllers. I am also working with different TCs (STMPE811, XPT2046 etc.)
I am interested in a more ESP-IDF-ish driver infras…
-
![微信图片_20240327153505](https://github.com/SensorsINI/DHP19/assets/25790531/e234ba49-6ada-462b-90d7-b9d1edd0b3f4)
-
Hi, I am wondering about intermittent random values I am getting from the MPU9250 accelerometer.
The output always jumps around a little as expected, proportional to the bandwidth that I set. But I a…
-
I very much like the removal of the in-memory/internal format split by moving the logic into the bounds decode rather than the load/store to keep the all-zero representation of NULL.
One question I…
-
[https://etherscan.io/address/0x3f2492ddad8fb6197cc667b88f457d68d248d8b8#code](url)
Above is the contract i deployed
im entered in the code on a new file and the compiler solidty is blank and g…
-
Separating out priv proposal from issue #96
TG meeting discussed this proposal:
Replace nmbits and nlbits fields with:
mcliccfg.mlvl
scliccfg.slvl
xlvl values are encoded 0 ... 255 (only…
-
Hello,
let me start by saying that my question is only tangentially related to your project, so I'll understand if it's deemed inappropriate here.
In short, I bought a PCB800099 V.9 LCD controller…
-
### Introduce the problem
I want to rotate my display as a portrait view
My settings are,
cpu0_globals->gui.disp_drv.sw_rotate = pdTRUE;
cpu0_globals->gui.disp_drv.rotated = 1;
cpu0_globals->gu…
-
Our register interface handles well the block to be hashed, as several tests for different parameters have shown.
What lacks so far is the communication with the core of the algorithm.
It's someth…