tobozo
tobozo
sorry for the confusion, I didn't have the code in my test sketch any more so I copied the block from this thread in my message, but I did enter...
hi, maybe try lower freq? `cfg.freq_write = 14000000;` 16 bit parallel can give really good performances even at 2MHz in order to find the sweet spot you can start with...
hi, this is just boilerplate/untested code and may need to be tweaked. `src/lgfx/v1/touch/Touch_CHSC6X.hpp` ```cpp /*----------------------------------------------------------------------------/ Lovyan GFX - Graphics library for embedded devices. Original Source: https://github.com/lovyan03/LovyanGFX/ Licence: [FreeBSD](https://github.com/lovyan03/LovyanGFX/blob/master/license.txt) Author: [lovyan03](https://twitter.com/lovyan03)...
Adding a `::delay(10)` inside a polling function will cripple your performances. If it's about waiting at least 10ms between each poll then maybe something like this would fit? ```cpp static...
> It seems for getTouchRaw() we'd have 3 states: there are 3 states indeed, but "changed" is not part of them: 1) press 2) release 3) nothing those 3 states...
if you confirm this change made drag&drop work for you in LVGL then it can be merged however the PR should use the `develop` branch both as head and base,...
thanks! ongoing CI test with PR #719
Hi, unless you want to discuss details of this pull request I suggest you create an issue
hi, Thanks for your contribution :+1: A similar patch is already applied to the [develop branch](https://github.com/lovyan03/LovyanGFX/blob/develop/src/lgfx/v1/platforms/esp32s3/Bus_RGB.cpp#L47-L51) of this repository. If your changes improve that patch, please use that branch as...
hi, P4 + Bus_SPI have only been tested with ILI9341 so far, so your feedback is very useful 👍 Please make sure you're using the develop branch of this repository....