jhnlmn
jhnlmn
Yes I added #if LV_COLOR_16_SWAP==0 //CONFIG_LV_COLOR_16_SWAP=n is more efficient for little endian platforms st7789_send_cmd(ST7789_RAMCTRL); st7789_send_data( (uint8_t[]) {0, 8}, 2); #endif to guiTask in main.c and it works OK for both...
Is there a generic solution for this "AttributeError: 'NoneType' object has no attribute 'replace'" ? I am trying to write a setup script, which any of my coworkers can run...
I found that I fix this by editing C:\Users\me\AppData\Local\Programs\Python\Python312\Lib\site-packages\google_auth_oauthlib\flow.py and replacing local_server.handle_request() by time_start = time.time() local_server.timeout = timeout_seconds local_server.handle_request() while not wsgi_app.last_request_uri: if timeout_seconds and time.time() - time_start >...