I recently won a raspberry pi, and decided to buy the Elecrow 7" touch and the 9 layer case for my raspberry pi. The case works great, and the fan runs without problems off of the 5v+ground GPIO pins. When I hook up the display, however, I get the lightning bolt low power icon in the corner of my screen. (The display uses HDMI for picture and a micro usb to usb cable for backlight). Is there a better way to hook the display up? I am using an iPad charger as the power source b/c it provides around 2 amps. What are my options?
If connecting the display to the GPIO pins is an option to fix this, would it be possible to also run the fan?
PS: To run the display, I added the following text to the end of my config.txt
max_usb_current=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 1024 600 60 6 0 0 0
If it helps anything
max_usb_current=1
on a Pi3. This only works for Pi2. – Milliways Jun 02 '17 at 02:33