Just obtained and configured the Eyoyo 8"Inch TFT LCD HD Monitor from Amazon.com for $69.99 USD. Connectivity options and image quality are much better than expected for this price. Instructions are marginally informative and poorly written but I was able to discern how to navigate the On Screen Menu with the front buttons through trial and error.
I could find no information on how to configure the Raspberry Pi 2 Model B for this monitor, so perhaps this will help you, fellow traveller, and augment my karma.
The /boot/config.txt settings that worked for my Raspberry Pi 2 Model B Rev. 1.1 are:
#Enable HDMI DMT Mode (Computer vs. Television resolutions)
hdmi_group=2
#Enable 1024x768 60Hz (Maximum Resolution of this monitor)
hdmi_mode=16
#Force HDMI (rather than DVI) mode to send sound along with image data
hdmi_drive=2
#Adjust overscan. Out of the box, the computer image bleeds off the edges of the monitor, cutting things off.
overscan_left=34
overscan_right=34
overscan_top=24
overscan_bottom=24
Image quality is quite good. I adjusted Brightness=96, Contrast=70 and Saturation=94 and after initial concerns about text readability, am quite happy with the setup.
