A bit off-topic but related to the intro in this readme.. > Why? > I'm super bored in lockdown. Add a Raspberry Pi 400 and a few tiny displays... I feel like there are two distinct kinds of lockdown experience. One, you have kids, and you have absolutely no free time because now your kids are home and you're working from home. Two, you don't have kids, and you're super bored every day. Seems like not much in between.
Kindergarten? School? At least in Norway the government has focused on locking down old -> young. So bars and restaurants and gyms are pretty much shut down, put kindergarten and primary schools are still open with some restrictions. Mind you though. Most of the people I know with small kids didn’t have much time to spend on side projects before the lockdown either. Only difference now is that they save an hour of tr…
Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
51–60 of 136 posts
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#52A bit off-topic but related to the intro in this readme.. > Why? > I'm super bored in lockdown. Add a Raspberry Pi 400 and a few tiny displays... I feel like there are two distinct kinds of lockdown experience. One, you have kids, and you have absolutely no free time because now your kids are home and you're working from home. Two, you don't have kids, and you're super bored every day. Seems like not much in between.
Kindergarten? School? At least in Norway the government has focused on locking down old -> young. So bars and restaurants and gyms are pretty much shut down, put kindergarten and primary schools are still open with some restrictions. Mind you though. Most of the people I know with small kids didn’t have much time to spend on side projects before the lockdown either. Only difference now is that they save an hour of tr…
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#53Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#54There'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
#55Earlier quoted context omitted.
Kindergarten? School? At least in Norway the government has focused on locking down old -> young. So bars and restaurants and gyms are pretty much shut down, put kindergarten and primary schools are still open with some restrictions. Mind you though. Most of the people I know with small kids didn’t have much time to spend on side projects before the lockdown either. Only difference now is that they save an hour of tr…
Now it turns out that kids at school are spreaders (especially of the new variant) - one of my friends who is a teacher has it.
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#56Earlier quoted context omitted.
Now it turns out that kids at school are spreaders (especially of the new variant) - one of my friends who is a teacher has it.
N=1, but childcare has been the biggest avenue of infections I've seen here in Germany. Basically every childcare of colleagues with children has been shut down at one point in October/November (when the numbers started rising here) due to infections among the children. In most cases one or multiple of the families have been completely infected as a result of that, and I guess the only reason it hasn't spread around…
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#57A bit off-topic but related to the intro in this readme.. > Why? > I'm super bored in lockdown. Add a Raspberry Pi 400 and a few tiny displays... I feel like there are two distinct kinds of lockdown experience. One, you have kids, and you have absolutely no free time because now your kids are home and you're working from home. Two, you don't have kids, and you're super bored every day. Seems like not much in between.
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#58There'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
#59A bit off-topic but related to the intro in this readme.. > Why? > I'm super bored in lockdown. Add a Raspberry Pi 400 and a few tiny displays... I feel like there are two distinct kinds of lockdown experience. One, you have kids, and you have absolutely no free time because now your kids are home and you're working from home. Two, you don't have kids, and you're super bored every day. Seems like not much in between.
Super agree. Its either "I'm bored out of my wits" or "i'm exhausted with my kids" Folks with more time and energy on their hands have managed spend it all on a broad variety of rabbit holes. Folks with kids have managed to wither whatever minutes were left away, looking at the other group's reports on their rabbit hole expeditions Both, together have managed to give google enough confidence to double their ads and d…
I'm finding that I'm not using youtube that much anymore. It wasn't really a conscious decision - the annoyance pushed away my reptilian brain.
Re: Show HN: Raspberry Pi 400 with a $2 IPS 240x240 micro display
#60There 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)…
APs are the right tool for the job. It's true that for hobbyists, documentation is lacking and DSI is complex to get started with. The best solution would probably extend DSI with something like EDID. DSI displays can then be plug-and-play (like HDMI / DP) using an universal driver.
Another option is eDP, but it's not so common on cheap APs or screens.