Commit 6868e35
auxdisplay: vk2c21: drive brightness in SEG mode, not VLCD-output mode
Writing IVASET in VLCD-output mode (0x10..0x1F) has no visible effect on
the R58X-Pro: the board ties the VLCD pin to VDD through an external
resistor, so the chip's internal driver is overpowered by the external
circuit and the bias voltage stays where the resistor sets it.
Move the IVA-on range to 0x30..0x3F (SEG mode). In that mode the chip
ignores the VLCD pin entirely and generates the bias voltage internally,
so the 16 brightness levels actually take effect.
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 0744008 commit 6868e35
1 file changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
53 | | - | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
453 | 458 | | |
454 | 459 | | |
455 | 460 | | |
456 | | - | |
457 | | - | |
| 461 | + | |
| 462 | + | |
458 | 463 | | |
459 | 464 | | |
460 | 465 | | |
| |||
0 commit comments