There is a weird spot in the display market that is painful as a embedded developer: Displays under 400x240 pixels, usually the gfx buffer can be managed in the ram of the MCU. Nothing fancy needed, can get decent framerate on SPI bus running at 16 MHz. Anything above this range gets super ugly: no good displays exist and if they do, they're expensive or outdated (800x480 resolution is basically impossible to obtain)…
It's an interesting challenge, but MIPI DSI is sort of the right interface for small size displays too high resolution to drive with SPI. There are a range of Cortex-M4 and M7 MCUs that have DSI output (e.g. https://wiki.st.com/stm32mpu/wiki/DSI_internal_peripheral ). The solution is probably just better documentation for the panels and their DDICs.
Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
21–30 of 136 posts
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#22You may think this is "tiny", but I got a lot done on my Apple ][ back in 1978 with a 280x192 pixel display.
You’re 280x192 pixel display was probably 13” or even larger. This display is 1”x1”. You can get about six lines of 12-15 characters on it if you want to be able to read it from further than 6” away.
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#23Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#24Earlier quoted context omitted.
You’re 280x192 pixel display was probably 13” or even larger. This display is 1”x1”. You can get about six lines of 12-15 characters on it if you want to be able to read it from further than 6” away.
With the right lens, you could have the start of Pi Goggles
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#25Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#26There's a lotta cool/interesting applications for a tiny display like that. Thanks for sharing. :).
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#27There's a lotta cool/interesting applications for a tiny display like that. Thanks for sharing. :).
Other than watch-like functions, can you give me some ideas?
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#28Earlier quoted context omitted.
With the right lens, you could have the start of Pi Goggles
8bit VR sounds interesting :-)
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#29Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#30Earlier quoted context omitted.
Other than watch-like functions, can you give me some ideas?
How about embedding them in a split keyboard in the middle so I don't even need to move my hand off the keyboard? E.g. I can just touch and jump to any part of the open file? Won't be very accurate due to the small size but sometimes I just need to go to a specific section and then I can scroll.