Explore >> Select a destination


You are here

austinmorlan.com
| | andybrown.me.uk
19.8 parsecs away

Travel
| | Welcome to another in my series of cellphone LCD reverse-engineering articles. In this article I'm going to present everything you need to hook up the high-resolution 640x360 LCD from the Sony Eric...
| | andybrown.me.uk
19.4 parsecs away

Travel
| | The code presented in this article requires a minimum of version 3.0.0 of my stm32plus library. The HX8347A controller I have written a C++ driver for 320x240 (QVGA) TFT LCD panels that have an HX8...
| | jborza.com
16.0 parsecs away

Travel
| | Does it run DOOM? I was trying to find a good use case for my LILIGO TTGO T-Watch . It's a programmable smart watch featuring the amazing ESP32 chip and a 240x240 color LCD screen. I keep hearing about Doom running on this and that, sometimes directly and sometimes using the device as an exotic external screen. My project falls into the latter category, but it was a lot of fun to implement!
| | thomascountz.com
101.3 parsecs away

Travel
| Arduino has a built-in tone() library which allows you to send a PWM frequency at 50% duty cycle to a specific pin in order to generate a tone on a piezoelectric buzzer with an optional duration.