update options.txt

This commit is contained in:
penfold42 2018-07-20 15:46:31 +10:00
parent b041e61c26
commit 34cc3775c2

View file

@ -53,6 +53,11 @@ GraphIEC = 1
// If you would like to specify what file will be loaded by LOAD"*" in browse mode then specify it here // If you would like to specify what file will be loaded by LOAD"*" in browse mode then specify it here
//StarFileName = somefile //StarFileName = somefile
// Alt-N creates a new diskimage.
// Names are formed automatically as autoname001.d64, autoname002.d64 etc...
// change the base of the filename here
//AutoBaseName = autoname
// If you are using a LCD screen then specify it here // If you are using a LCD screen then specify it here
//LCDName = ssd1306_128x64 //LCDName = ssd1306_128x64
// If you are using a LCD screen and you would like PageUp and PageDown keys to work with it then specify this option // If you are using a LCD screen and you would like PageUp and PageDown keys to work with it then specify this option
@ -60,6 +65,8 @@ GraphIEC = 1
// change startup logo on oled - 1541ii or 1541classic // change startup logo on oled - 1541ii or 1541classic
//LcdLogoName = 1541ii //LcdLogoName = 1541ii
//LcdLogoName = 1541classic
//LcdLogoName = customfile.raw
// If you are using I2C LCD you can optionally change what pins it is connected to. // If you are using I2C LCD you can optionally change what pins it is connected to.
// (defaults to 0 for non-split lines (Option A) or 1 for split lines (Option B)) // (defaults to 0 for non-split lines (Option A) or 1 for split lines (Option B))
@ -68,6 +75,7 @@ GraphIEC = 1
//i2cLcdAddress = 60 // I2C display address in decimal and shifted. 60 == 0x78, 61 == 0x7A //i2cLcdAddress = 60 // I2C display address in decimal and shifted. 60 == 0x78, 61 == 0x7A
//i2cLcdFlip = 1 // Rotate i2c LCD screen 180 degrees //i2cLcdFlip = 1 // Rotate i2c LCD screen 180 degrees
//i2cLcdOnContrast = 127 // Allows you to adjust the contrast on your i2c LCD screen //i2cLcdOnContrast = 127 // Allows you to adjust the contrast on your i2c LCD screen
//i2cScan = 1 // scan i2c bus and display addresses on screen
//QuickBoot = 0 // faster startup //QuickBoot = 0 // faster startup
//ShowOptions = 0 // display some options on startup screen //ShowOptions = 0 // display some options on startup screen