I have recently invested in a HDMI touchscreen from Amazon, and a Raspberry Pi 4, For the touchscreen to work it must be connected via GPIO, however my pi cannot supply enough power to it from my usb power bank which can provide enough power for the pi but not the display. As the display has a usb port for power as well as GPIO, I attempted powering the display from usb, however this caused the pi to boot up, hinting that there is some connection causing power to go into the pi from GPIO, thus I question whether it is safe to power the pi from GPIO and USB-C simultaneously?
Update (6/05/20): I am asking this question as when I power it from the USB-C on the Pi alone it gives me a yellow lightning bolt in the top right-hand corner.
Categories: Uncategorized
/boot/config.txt
), this might mean that it can receive touch signal over USB alone? It is frustrating how poorly documented some of these products are. – Big Bob 18 hours agoXPT2046
Touch Controller, The Female header on the underside of the display takes up the majority of the pi’s header, yet has the following pins labelled:5V, 5V, JP4, RQ, CS, M1 (or MI), M0 (or MO), SCK, GND
, would it then be correct to assume that these are the only pins it uses, so I should be able to run some wires between the GPIO pins on the Pi and the header? Thanks – Big Bob 1 hour ago