MagTag SSD1680 contrast fix (FPC-7519rev.b only)#10992
MagTag SSD1680 contrast fix (FPC-7519rev.b only)#10992mikeysklar wants to merge 3 commits intoadafruit:mainfrom
Conversation
The FPC-7519rev.b panel (User ID byte 0xca) shows a dark gray background with the default VCOM=0x28. Setting VCOM=0x20 (-1.5V) gives a light gray background with solid black text. Surgical fix: dedicated ssd1680_vcom20_display_start_sequence and DISPLAY_SSD1680_COLSTART_8_VCOM20 type routed to case 0xca: only. The 0x44 and 0x00 panels are untouched.
Testing across 0x28→0x20→0x1c→0x18→0x14→0x10 confirmed 0x14 as the sweet spot: background matches the FPC-7619rev.b panel without the dark halo fringe artifacts that appear below 0x14. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Image for testing on new MagTag 7519rev.b with this patch. |
Rename ssd1680_vcom20_display_start_sequence → ssd1680_vcom14_display_start_sequence and DISPLAY_SSD1680_COLSTART_8_VCOM20 → DISPLAY_SSD1680_COLSTART_8_VCOM14 to match the actual register value being set (0x14, not the earlier test value 0x20). Add comment noting that VCOM=0x14 was independently confirmed by reading OTP register 0x2D on the physical panel — byte 1 of the response is 0x14, matching what the panel manufacturer programmed as the recommended VCOM for this revision. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The comment mentions a 7619rev.b instead of a 7519rev.b. However, I don't recollect any 7619's. I think that might be a typo. The pictures in the threads and in #10831 (superceded by #10836) only have 7519's, unless I missed one. I tried this patch on my 7519 0x44 board. I'm not sure it's lighter but I would say it's still "blurry". I think the blurriness is easier to see on the weather demo: https://learn.adafruit.com/magtag-weather. Here are a couple of pictures Second is the same boards, but the bottom is running a modified version of this PR that applies your VCOM14 change to both 0x44 and 0xca. |
|
Aha, so you have a board with a "7619" ribbon cable. I have not seen one of these in person or in photos. |
|
I only have two MagTags. Both SSD1680 based:
I don't know if the label FPC-7619rev.b even truly exists, but that is what is the original board.c before I started mucking with it this week. Regardless of ribbon label there are 0x44 and 0xca variants. Both require the coloffset=8 and have some blur / contrast needs. |
|
Have you tried changing the repeat count value? I do this in my During development, I tried all kinds of waveforms: from the Adafruit-driver, from Wasveshare and from Pimoroni. It seems like VCOM is not the only thing to take into account. |
|
@dhalbert - that is a good comparison with the clouds. I'm going to try a few more settings and complex patterns. I have some test code that allows me to quickly drop in different settings without full rebuilds. @bablokb - good point about repeat count. Testing various other parameters now. RP - Repeat Period
|
|
Made some good progress with test patterns and weather example has improved. It is more crisp and the contrast is close. Still some speckle noise. Thoughts? test build used for these examples:adafruit_magtag_2.9_grayscale-fpc7519-vcom24-g2sr04.uf2.zip test pattern
weather example:
Made changes to support both 0x44 and 0xca with these settings. I've only tested on 0xca.
Terminology / Changes in this round: LUT — Waveform table voltage pulses to apply to each pixel per refresh cycle. VCOM — Common electrode bias voltage; higher value = softer drive = lighter output. Raised from G2 — Final settle phase of the LUT that sharpens blacks after the main refresh. Shortened from 2 frames → 1 frame to reduce differential drive between adjacent pixels. G2 SR2 — Bitmask controlling which pixel transition types get driven during G2. Narrowed from |








MagTag units with the SSD1680 - FPC-7519rev.b display panel show bold, blurry text with the default firmware. This fix reads the correct VCOM voltage for that panel directly from its manufacturer register and applies it automatically. All other MagTag panels are unaffected.
forum thread
initial difference between earlier SSD1680 FPC-A005 (top) and new rev: FPC-7519rev.b (bottom)


final difference same panels with PR applied: