MacVroom » Displays http://www.macvroom.com Mac your ride Sat, 19 Dec 2009 19:26:56 +0000 en-US hourly 1 http://wordpress.org/?v=4.2.2 Hacked Prius In-dash Display http://www.macvroom.com/hacked-prius-in-dash-display/ http://www.macvroom.com/hacked-prius-in-dash-display/#comments Thu, 16 Feb 2006 15:56:20 +0000 One of our forum members just posted an interesting hack to attach a Mac to their Prius in-dash touch screen…

So my goal was to get a mac working on my Prius’s MFD display, and be able to use it’s touch screen to control the front end (currently Front Row)

I don’t have audio hooked up, figured the video would be the hardest part.

I’m going through a Can-View which normally is just used for display the car’s CAN data

…]]>
One of our forum members just posted an interesting hack to attach a Mac to their Prius in-dash touch screen…

So my goal was to get a mac working on my Prius’s MFD display, and be able to use it’s touch screen to control the front end (currently Front Row)

I don’t have audio hooked up, figured the video would be the hardest part.

I’m going through a Can-View which normally is just used for display the car’s CAN data http://hybridinterfaces.ca/, but has RGB+S in and outputs the MFD’s touchscreen through a serial cable.

I tried using SwitchResX to output the 640×480 at 15.75khz with no luck (got it working with powerstrip on a pc) Ended up buying a used scan converter off of ebay that outputs RGB+S.

Wrote a perl script to listen to the serial port (keyspan USB->serial converter) and sends Front Row commands through apple script. Broke the screen up into a 3×3 grid (9 boxes) Up, Down, Left, Right, center for enter/play/pause, and left top for menu/escape.

Here is what I have so far. This is just the prototype phase. I need to figure out audio, and then I’ll actually get a mac mini and try to hide all the components.

You can see additional pictures and a video of the system in action here.

]]>
http://www.macvroom.com/hacked-prius-in-dash-display/feed/ 0
800 x 480 Resolution AppleScript http://www.macvroom.com/800-x-480-resolution-applescript/ http://www.macvroom.com/800-x-480-resolution-applescript/#comments Wed, 20 Apr 2005 01:36:11 +0000 This AppleScript is for use with the Xenarc 700TSV LCD display. It allows you to easily change your Mac mini’s resolution to 800 x 480 upon startup. The script requires the cscreen application (see instructions below). Additionally, an 800 x 480 resolution must also be already configured via DisplayConfigX – see this post for more info on how to do this.

Instructions…

  1. Download the cscreen application here
  2. Mount the cscreen disk image by double-clicking on the “cscreen.dmg” file that you
…]]>
This AppleScript is for use with the Xenarc 700TSV LCD display. It allows you to easily change your Mac mini’s resolution to 800 x 480 upon startup. The script requires the cscreen application (see instructions below). Additionally, an 800 x 480 resolution must also be already configured via DisplayConfigX – see this post for more info on how to do this.

Instructions…

  1. Download the cscreen application here
  2. Mount the cscreen disk image by double-clicking on the “cscreen.dmg” file that you just downloaded
  3. Open the Terminal (located in Applications/Utilities) and enter the following command:
    sudo cp /Volumes/cscreen/cscreen /usr/local/bin/
    then hit return
    (you will be prompted for the administrators password)
    If you get the message “directory /usr/local/bin does not exist” enter the following commands:
    sudo mkdir /usr/local/bin/
    then…
    sudo cp /Volumes/cscreen/cscreen /usr/local/bin/
  4. Download the “chres800x480.sit” StuffIt file here
  5. Expand the Stuffit file and copy the “chres800x480″ AppleScript file into your Applications folder
  6. Open the System Preferences and choose “Accounts”
  7. Select the “Startup Items” tab and then hit the “+” button
  8. Locate and highlight the chres800x480 AppleScript located in the Applications folder, then hit the “Add” button.
  9. Quit out of System Preferences

Everything should be installed now. The next time you reboot your computer the chres800x480 AppleScript will run, and your monitor will be automatically set to 800 x 480!

If you are comfortable using the Script Editor, you can easily create other resolutions. Here’s the single line of AppleScript code….
do shell script “/usr/local/bin/cscreen -x 800 -y 480″

]]>
http://www.macvroom.com/800-x-480-resolution-applescript/feed/ 0
Xenarc 700TSV Images http://www.macvroom.com/xenarc-700tsv-images/ http://www.macvroom.com/xenarc-700tsv-images/#comments Mon, 11 Apr 2005 22:58:08 +0000

]]>

]]>
http://www.macvroom.com/xenarc-700tsv-images/feed/ 0