Fischkopppp

Results 13 comments of Fischkopppp

I have this display. I can try it over the weekend.

It is a 8bit parallel display. I am using this library: https://github.com/daumemo/IPS_LCD_R61529_FT6236_Arduino_eSPI_Test based on an older TFT_eSPI version. It is the same display as described here: https://daumemo.com/ips-lcd-esp32-with-espi-library-and-touch-screen-diy-generator-part-9/

@LvlLord could you send me you UserSetup or Platformio.ini settings?

Hi fvanroie, I also have the WT-86 device. I used your user settings from: openHASP/blob/master/user_setups/esp32s2/wt-86-32-3zw1.ini for the User_setup.h file in the TFT_espi library. However it is not working for me....

I have not tried openHASP yet. To be honest I am still trying to figure out how to use this repo in platform.io / VS code. I was following this...

I think, if you use db_exec function you have to use the callback function to get all the variables. However the prepare statement is (at least for me) easier to...

An example to store the data for one row with "i" columns in a one dimensional array: test[i]. If you want to store the data from multiple rows you have...

Hi Arun, your suggestions made it a tiny bit faster ;) However I don't think I can make it any quicker with a SPI SD configuration. **The real deal breaker...

Should I close this issue? Or should I let it open? By the way. I copied the database to spiff and tried the SPIFF and LITTLEFS library. Without the "Begin...

Hi simkard69, I am no sqlite expert or c++ expert. But I believe you only need to create an empty file with a ".db" at the end. You can do...