m5stack / M5StickC-Plus

M5StickCPlus Arduino Library
MIT License
359 stars 90 forks source link

M5StickC-Plus with MLX90640 #26

Closed famtory closed 2 years ago

famtory commented 2 years ago

Hello I was using M5stickC and MLX90640. After some time, I bought the M5stickc plus. The advantage of M5stickc plus is that it has a large LCD, but when used with the MLX90640, the screen is displayed small. I am not good at Arduino, so I modified the source, but I did not get the desired result. Please modify it so that it is displayed on the full screen of m5stickc plus.

felmue commented 2 years ago

Hello @famtory

have you tried to use MLX90640 example for M5StickCPlus? You can find it here.

Thanks Felix

famtory commented 2 years ago

Hello @famtory

have you tried to use MLX90640 example for M5StickCPlus? You can find it here.

Thanks Felix

sure. I tried it. 20211114_004419 it is not full screen.

felmue commented 2 years ago

Hello @famtory

ok, I see. I guess that is something M5Stack engineers need to fix then.

Thanks Felix

famtory commented 2 years ago

About 3 weeks ago, version 0.0.6 was released. But the result is the same. I've been waiting for 3 months... Why don't fix it yet?

Tinyu-Zhao commented 2 years ago

I apologize for not being able to reply in time. You can try changing lines 22,3 of the sample program to `

define COLS 36

define ROWS 30

`