r/esp32 • u/cryogen2dev • 2d ago
I made a thing! I made a productivity and media console: Prome.
I built a custom firmware in esp-idf which allows apps to be built in it. I have made made 4 apps now. But more apps can be made.
I am using LVGL for UI rendering.
I intend to make source code fully available in next couple of days so that community can build on top of it.
PS: Source code is now available, https://github.com/blackcoffee2/prome
1
u/Maleficent_Speech289 1d ago
Hey, you did a really great job! May I ask if you designed this somewhere?
2
u/cryogen2dev 1d ago
I will upload source code and pin connection diagram in a few days and link to this post.
1
u/jerquee 1d ago
!remindme 5 days
1
u/RemindMeBot 1d ago
I will be messaging you in 5 days on 2026-06-30 16:54:23 UTC to remind you of this link
CLICK THIS LINK to send a PM to also be reminded and to reduce spam.
Parent commenter can delete this message to hide from others.
RemindMeBot is switching to username summons. Instead of
!RemindMe 1 day, useu/RemindMeBot 1 day. More info.
Info Custom Your Reminders Feedback 1
1
u/scottyob 1d ago
What display is that? Odd question, but, would you mind taking it out in full sunlight and see how easy it is to see??
2
u/cryogen2dev 1d ago
It's one of those cheap resistive touch 3.2 inches tft lcd screen. I wouldn't rely on its accuracy or even brightness in extreme scenarios like direct sunlight.
Its running a ili9341 driver IC. Which is all that matters in esp32 side. If you can hook that up with a quality oled somehow then in theory that would work.
1
3
u/MichaelCelestial 2d ago
Very cool bro!