Looking at the ad for these in https://www.lumineq.com/technology: "TFEL technology has proven its excellence in applications ranging from monitor and control instruments in deep-sea vessels to operational systems in orbital spacecraft."
> ARM SoCs from the early 2000s typically has an LCD controller that is capable of driving STN LCDs. However many of these SoCs are also being deprecated or obsolete.
STM32F4 and STM32F7 series have plenty of cheap chips that support driving STN displays
===
Note that it is actually possible to eliminate this interrupt as well. The PIO and DMA could push pixels out automatically without any CPU intervention. However, I am not doing it here, because precise Vsync interrupts are quite useful. I could switch framebuffers here without any tearing effects. This is also critical to implement FRC for greyscales.
===
This is really great. I'm struggling to find SAM D5x chips and considering swapping in RP2040s instead. Seeing the flexibility in the PIO here makes that pretty tempting.
What are people using for cheap ($5-$10/ea) displays now?
I use either monochrome SSD1306 based OLEDs for devices where display is more of a convenience than requirement. For nicer things, 2-3" IPS displays retail around this price, e.g. https://www.waveshare.com/2inch-lcd-module.htm
16 comments
[ 2.7 ms ] story [ 49.2 ms ] threadThe display is gorgeous. Why aren't these more common?
> Why aren't these more common?
There's no economies of scale.
Looking at the ad for these in https://www.lumineq.com/technology: "TFEL technology has proven its excellence in applications ranging from monitor and control instruments in deep-sea vessels to operational systems in orbital spacecraft."
STM32F4 and STM32F7 series have plenty of cheap chips that support driving STN displays
“Sometimes available” beats “toy” anytime
https://www.theregister.com/2022/01/17/raspberries_pi_direct...
Hundreds of thousands, not yet.
=== Note that it is actually possible to eliminate this interrupt as well. The PIO and DMA could push pixels out automatically without any CPU intervention. However, I am not doing it here, because precise Vsync interrupts are quite useful. I could switch framebuffers here without any tearing effects. This is also critical to implement FRC for greyscales. ===
What are people using for cheap ($5-$10/ea) displays now?