0 Members and 2 Guests are viewing this topic.
Neither the 7565, 7567, nor SH1106 OLED the OP tried without success has any scrolling/windowing feature (the SH1106 doesn't even have an e2 RESET command), so I suspect a 7565/7 LCD would probably show nearly the same results as the SH1106.But I haven't and won't go through the few hundred MB of serial capture data that was posted to read out the commands either, that's something OP needs to do.
I will do whatever grunt work you guys say. At this point I haven't a clue of how to "go through..." the data. But, I will dig in somehow! Thank you all for the help so far, this has been very neat!
are there any software based emulators or something?
Quote from: mkiijam on November 23, 2020, 03:50:57 pmare there any software based emulators or something?You could probably emulate the U1601 using a FPGA. This project emulates a SSD1306 to a VGA monitor but you could likely modify it for U1601 and output to whatever you like:https://github.com/uXeBoy/VGA1306
Along with looking for a U1601 based LCD, are there any software based emulators or something? Like a USB into your computer that then translates the LCD signal into an image you can see?
I'm not aware of anything like that. It is really easier to just look at the command sent to the display and find the right controller.
I hate this question, but I have looked. Am I missing something or is a LCD with the U1601 controller impossible to find?