dsvilko

Results 3 comments of dsvilko

It doesn't. The problem is not that the /proc filesystem is mounted but that it's not fully mounted. Has anyone got the libreoffice to run through proot on Oreo?

On my PC ubuntu 18.04, libreoffice accesses these files: /proc/filesystems (not accessible) /proc/self/exe (ok) /proc/version (not accessible) /proc/self/maps (exists?) /proc/10670/exe /proc/10669/exe /proc /proc/10669 /proc/self/status (ok) /proc/modules (not accessible) /proc/driver/nvidia/params /proc/meminfo...

You can try setting in _ST77xx.h: `#define ST77XX_MADCTL_RGB 0x08` and in _ST7735.cpp: ``` _colstart = 26; _rowstart = 1; ``` Together with the` tft.invertDisplay(true)`, this has fixed the issues I...