kittenarmy

Results 26 comments of kittenarmy

I have one of these newer version with 5.6.2.77 firmware. MAC begins similarly, 78:11:DC:75:--:--. I noticed before I added it to Mi Home I was able to connect to the...

@mikkadi @Marmotte73 @germanpsycho @g0053 If your camera has T20 processor like mine then you can use this firmware hack: https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks ![img_2140](https://user-images.githubusercontent.com/9025713/51626360-40a92500-1f37-11e9-8c84-483190c84de3.JPG) You must open the camera to tell which processor...

I think I have the same display or variant. Looking at the ribbon cable under the screen it says CL9325-115. TFT board is PN 109-13700-00A1. I tried adding `#include "src/TFTLib/ili932x.h"`...

After updating to Adafruit GFX 1.2.7 library I get some waveform too. But still upside down and draw problems. ![IMG_0531](https://github.com/ardyesp/DLO-138/assets/9025713/2dce181e-f425-441c-925c-cdadd195bbb3) Setting getrotate to landscape 3 to flip it, also uncommented...

> So, in my case, the display controller is lii9325. If I change it in the tft.display function it starts working, but it looks like fillScreen is not working properly....

I've been poring over the code and it seems like the main problem is fillScreen GFX function isn't working. Everything else is drawing correctly. It's just a mess without fillScreen....

I replaced fillScreen with fillRect and that helped, but I'm still missing a lot of the size1 text. ![foto_no_exif(4)](https://github.com/ardyesp/DLO-138/assets/9025713/eabb4b02-68cd-492e-9241-c1467e1ef224) Not sure why the text isn't working, I can get these...

> That's not the reason at all. (I assume you probably haven't tried the fix you're suggesting or you'd have noticed). > > The real reason is just that the...

> Hi all After installing the board / variant: STM32 Boards / Generic STM32F103C; Variant: STM32F103C8 and the Arduino SAM Boards the software successfully compile, but the binary once downloaded...

I tried flashing the precompiled binary too but it didn't work for me.