Adrian Soundy

Results 56 comments of Adrian Soundy

This is in progress. Currently working on the BluetoothLEAdvertisementWatcher class Still have to decide how to control which role the code is running Peripheral or Central. Maybe if you start...

BluetoothLEAdvertisementWatcher now complete and working on BluetoothLEDevice and associated classes

I can confirm this also doesn't work with Wrover V3 using ST7789V_240x320_SPI display either Display lights up but Clear/Flush doesn't work.

@Ellerbach Did you just test on m5stack as i know the m5stack was not working with original ILI9341 driver I see some changes in the Initialization where done on that...

With the V3 wrover using ST7789 controller. It clears display but screen is inverted and the orientation is wrong. When i try to draw a line/flush its not appearing. For...

@Ellerbach @Schmendric Is this still being worked on ? Otherwise i can look at completing it.

> > Otherwise i can look at completing it. > > Feel free to move this forward. There is a branch on nf-interpreter where the initial native work is there....

Yes you can always hard code it in to the build using build parameters but that means someone has to build there own firmware or you have a fixed configuration...

The problem seems to be a heap corruption. Seen when a new malloc is done. Will need to track done and fix. Probably overwritting over the end of a memory...

The initial problem was a typo causing the freeing up of same bit of memory twice. This uncovered another problem when quickly starting and stopping server.