What about building a completely different firmware from the ground up?
And we are basically at 3. and 4.
Unfortunately, the Firmware is obfuscated or crypted in some way, so we can essentially only look at the BootLoader. But the bootloader seems to contain the magic to decrypt the FW.
I have no time to play around with that at the moment and I haven't heard from @wavi or @jakeokay in a while...
How much would we have to pay you to quit school / your job so you can focus on this full time? ![]()
LOL.
Does anyone here want to buy my old DSP board? It sounds like there is a problem with the accelerometer.
Hi everyone

A quick question that popped in my mind a while ago but I canāt find anything about it, and here seemed to be the right place :
would it be possible to connect another screen (bigger) to the OP-1 board and get it to work ? (in the same ribbon connector)
I have strictly no idea how displays work, but the OP1 being based on vetor graphics, it sounded feasableā¦
If not, getting the graphics from the USB connection ?
Thanks a lot
A quick question that popped in my mind a while ago but I can't find anything about it, and here seemed to be the right place :
would it be possible to connect another screen (bigger) to the OP-1 board and get it to work ? (in the same ribbon connector) I have strictly no idea how displays work, but the OP1 being based on vetor graphics, it sounded feasable...
consider the hardware that powers this thing, and the realtime priority of sound over visuals. itās safe to assume the display parameters and protocol are hardcoded, so merely replacing the display with another has virtually no chance of working. all UI code is under wraps. in a future release it could be that the resources e.g. SVGs etc get encrypted too.
Well, you could build a circuit with a microcontroller that taps into the OP-1 display interface and converts that protocol into whatever you wish, like a HDMI display port, but that is not a trivial project. Recently someone has done that in other to fit a backlit LCD into a Gameboy colorā¦
Hahaha, well, thanks a lot everyone, but I think Iām gonna stick with the original display
I donāt have the skills to go down any road 
Btw, why is the display that big and half hidden? Cheaper than custom made right size display?
Cheaper than custom made right size display?
yes
Any further developments or did everyone sell their OP-1s for a profit on eBay? 
Any further developments or did everyone sell their OP-1s for a profit on eBay? :-P
Itās funny 'cos itās true!
Hi all, sorry for being away so long. Havenāt sold my OP-1 and never will ![]()
Iām messing with the FW again. I donāt expect any major things to happen, but Iām now playing with graphics. I might also add a feature to the repacking tool for replacing factory presets.
What I discovered today:
The clips in the tape screen can indeed be moved vertically. Thereās two svg elements in the file that specify the location: ātrack_x5F_activeā and ātrack_x5F_inactiveā. For proper results the y-coordinates on both elements must be changed by the same amount. Iām now thinking that I could maybe move the clips to the top of the screen and move everything else down. See:
How accesible and hackable are the graphics in the Tape screen?. Iām sure Iām not the only one that canāt see all the tracks and the cuts when the op-1 itās laying flat on a table and Iām looking at the screen with the normal angleā¦If someone provides me the svg screen I could ergonomize it a bit more⦠cheerz. s
Iād also like to create nice graphics for āiterā but I havenāt had access to Illustrator so that wonāt happen soon.
Well⦠that almost worked out. But it didnāt 

I think TE will never forgive me for doing thisā¦
After some messing around I got this working perfectly. The next task would be adding an option to the repacker for enabling this mod. It wonāt be straight forward since I donāt really want to just include the modded svg in the toolā¦
my god. what have you done.
So cool. Pragmatics > aesthetics(?)
Well, just wanted to see if that was possible. It was annoying to not be able to see all the tracks on the screen from a certain angle.
Just interested since I had such a long break from the forum and tinkering with the OP-1.
Iām now implementing a mod for the repacker that changes the FX defaults to be less intensiveā¦
thereās also a video out there but itās german ;o)
No I havenāt really gotten much further. Didnāt spend enough time in IDA to figure out how/what to write to the special memory to have the OP-1 boot into developer modeā¦