Thatâs absolutely normal #nohate
Thats some fine soldering
With having access to the FR pin. You could run test with all kinds of commands to see if FR can be influenced somehow. If thatâs possible then maybe that command could be used to make the display (frame) run in sync with the MCU.
FR can be controlled (indirectly) by altering frame timings. The data sheet documents those commands. However, it will not help synching the MCUâs clock to the display because the display is using its own internal clock source. Youâd have to feed the display controller with an external clock derived from the MCUâs clock to do that but thatâs another hardware change.
Any Taiwanese Arduboy fans here? The OLED MFG are based there, if I had a local fixer Iâd love to just show up at the doorstep of the company and show them all of this work the community has put into trying to get gray scale. If they are selling this as a commodity item then they can have a benefit over the other screens, by literally adding a small trace of copper they can have grayscale function for the display!
This is completely wrong and just confusing others. The reason Iâve gone to this trouble is to enable what youâve just said canât be done. The FR pin output IS the display clockâs frame reference . . . . hello ?
My bad ⊠I have to edit this because Iâm completely wrong after all. DBX IS correct ! Sorry about that. Brain doesnât always work correctly.
I should have been more specific. I ment a way to reset the FR counter with one of the commands.
I wonder how many displays you would need to buy in order for the MFG to add a customized flex cable to the displays instead of the standard ones.
Getting spicy here cool it down now
weâre all friends
One thing that might be important reminder is that this is a really international community here and for a lot of people English may not be their primary language. Also that what we are trying to do is confusing enough for one person to do in the lab by themselves (I know this first hand) so feel free to cut everyone as much slack as possible as we try to figure this thing out together.
When I told my distributor that I wasnât going to pay for my order until they asked the factory if I can have a meeting with them. (Thatâs seriously what it took for them to bother to simply ask a question) I was told that I would need to place an order of a million units before they would have a meeting with me.
I bet you this was a âbugger offâ kind of answer and not necessarily the truth. For instance I have a feeling if you were coming to them as a fellow regional developer then that million unit requirement would drop by something like an order of magnitude or two.
Absolutely thatâs why I need a Taiwanese fixer
Hello hello I may have misunderstood what @Mr.Blinky was asking so my answer may make sense only to me.
I took this to mean: âwhile you have FR connected, you could explore if any controller command(s) can be used to sync and then use those commands to sync without connecting FR.â
Which is not going to work. I thought my interpretation of the question made sense because if FR is connected to the MCU there is no need for such command so, if @Mr.Blinky is asking about command sequences, he is probably looking for a solution that doesnât require hardware modification.
Edited to clarify my POV and tag @Mr.Blinky correctly.
Even if you had the exact same frame rate frequency for MCU and SSD1306, they would eventually drift out of phase firstly, then frequency. Youâd start to see a slowly moving black bar running up or down the display, like when your old CRT TV used to get out of sink. Even TVs needed a sync signal from the TV transmitter
to lock on to.
Thatâs correct. If FR pin is available, you have the choice to sync your MCU to FR signal or else if CL and CLS pins are available, youâd have the ability for the SSD1306 to sync to your MCU instead. The later option requires 2 extra pins (CL and CLS) plus the need to output a 400Khz clock signal, compared to just one FR pin only for the former.
This would be a bit tricky because thereâs no spare space, without moving a bunch of pcb tracks along one space.
You canât bring FR pin# 51 out at I/O 7 because itâs further along to the right and it has a pcb track loop shorting pins 50 and 52 either side of it. It would require a major re-design.
Thatâs what I ment.
If there is an command X that resets FR then the idea was to reset it each (Arduboy) frame. But I now realize that wouldnât work properly as part of the OLED display is updated more than once and will be brighter than the part that is updated just once.
Interesting Iâd wonder what those pins are but Iâve seen a 2 sided FPC in these before so the pin can be jumpered. All things can be done I guess it isnât SUPER trivial, but for the manufacturer this is what they do all day long.
Those pins are VSS and CL (Ground and Clock) The data sheet dictates that CL should be connected to VSS if not used - on page 14 of the Rev 1.5 Aug 2010 version. Pinouts are on page 9.
Iâll have some greyscale pics for you on the weekend. Iâve just FR pin hacked an SPI display board and written and tested some SPI code. Working fine. Cheers
PS: The SPI Oled board I picked up is a 20 pin FPC and these are even easier to hack because the FR PCB track extends even further than the 30 pin versions.
There are one or two, but they all flash the screen or have some weird side effect. Iâm not aware of a magical âreset the FR signal but do nothing visibleâ opcode.
There is no any solution or alternative displays with FR pin?
I just love this post.