Replies: 3 comments 3 replies
-
Hi, Not that some pins are input only and this has been a "Gotcha" for some users" There are a few ESP32 boards about with Lipo chargers, "ESP32 LiPo" should produce some options on Google such as the TTGO T-Energy. If cost is not a barrier then Adafruit and SparkFun have products. I like SparkFun stuff myself and have a few of their products. |
Beta Was this translation helpful? Give feedback.
-
Good choice. I like your Mandlebrot sketch on Github, nice colour scheme. I changed the doubles to floats since the ESP32 has an FPU which makes floats much faster and it filled the screen image in 700ms (480x320 screen, 40MHz SPI clock), or 610ms with line by line DMA. Since the colour resolution and iteration count is low (at 60) I suspect the double FP calcs don't improve the image. Very nice sketch. |
Beta Was this translation helpful? Give feedback.
-
The set is something I’ve tried in most languages/platforms I’ve worked in. Well, apart from Oracle and SqlServer.
I had a go in JavaScript, that turned in WebGL fragment shaders. It allowed pinch zoom and panning on a touchscreen, with minimal lag. This was in 2014 on a then current i7 laptop. I had a second iframe, which used the Babylon library to build a 3D mesh, allowing you to spin/ zoom and add different renderers.
All good fun.
… On 12 Dec 2021, at 15:35, Bodmer ***@***.***> wrote:
By making a few more tweaks and making use of syymetry about the y axis to halve the calculation count, full screen render is down to 279ms which make a "realtime" zoom along the y=0 line practical. Thanks for the sketch it's been fun running it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
-
I’ve kinda given up trying to get my Arduino Nano 33 BLE working with TFT_eSPI and my BuyDisplay 7” SSD1963 display. So…time to buy an ESP32 based controller.
ideally I’d prefer to go for a 16bit parallel connection - but wouldn’t that require 21 gpio pins plus the 2 for the i2c connection to the touchscreen? So, 23 input/output gpio pins.
I’d also prefer a board with built in lipo charger and BLE.
Any recommendations please?
Thanks,
Ian Brown.
Beta Was this translation helpful? Give feedback.
All reactions