ajstarks / openvg

Tools for exploring OpenVG
Other
414 stars 85 forks source link

How to select fb device? #13

Closed shaunoneil closed 10 years ago

shaunoneil commented 10 years ago

Using adafruit's 'piTFT', I now have hdmi as /dev/fb0, and the touchscreen as /dev/fb1.

How would I pass the device to init()?

ajstarks commented 10 years ago

The underlying EGL code does not use fb1. See: http://www.raspberrypi.org/forums/viewtopic.php?f=67&t=58952 for the discussion.