Project

General

Profile

Bug #1178

Updated by Hammel about 1 month ago

TFT displays are being reported as HDMI by functions:getConfig, which causes incorrect handling by libpibox. 

 It would be simpler to "identify identify a TFT":https://raspberrypi.stackexchange.com/questions/23267/is-there-a-way-to-detect-if-a-pitft-display-screen-is-connected TFT by checking for /dev/fb1.    This could be done by both getConfig and libpibox independently.   
 I prefer libpibox to do it and add a ptools that can retrieve what libpibox thinks in getConfig.

Back