keirf/flashfloppy

Where is FF.cfg file?

alex3331 opened this issue · 6 comments

Hi
I need to rotate my OLED screen, so the advice is to modify FF.CFG file - but where is this file?

Tried both
display-type=oled-128x64-rotate
and
display-type=oled-128x64 -rotate
without any luck. Am I missing something?

The former should work (no spaces on the line, between sub options). Perhaps filename is wrong or it's not a plain text file.

The file was in flashfloppy 3.41 distribution in examples folder. edited with Notepad

This should certainly work: display-type=oled-128x64-rotate (no spaces).

If it didn't there is something wrong with the name, location, or filetype of your FF.CFG file.

You may also try display-type=oled-128x64 (in case your display is already rotated, and you need it unrotated).