1 # Default emulator config file
5 # The title of the emulator
6 title = "iPAQ Emulator"
8 # An optional description
9 description = "No description yet"
11 # The top-left of the virtual screen relative
12 # to the background bitmap
16 # The size of the virtual screen
20 # The size of the overall device -
21 # only necessary if not specifying a background
26 # The main bitmap representing the device.
27 # You can use PNG, JPG, TIFF, BMP, XPM, GIF
28 backgroundBitmap = "ipaq01.jpg"
30 # Hex string for background colour. You can
31 # also use the name 'backgroundColor'
32 backgroundColour = "000000"