Replies: 1 comment 3 replies
-
@PitGR Sorry I'm a bit confused about what you're asking... neopixels (ws2812) don't use RGB565 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Pit again
Today is Valentine's Day and a few days before I started a new toy
I bought a NeoPixel 16*16 and I tried show text, icon, lines, rect, somethings
I'm using framebuf ; framebuf.FrameBuffer , format=framebuf.RGB565 and font https://github.com/micropython-Chinese-Community/mpy-lib/tree/master/LED/OLED_I2C_ASC
I know firmware by default it does not have from neopixel import NeoPixel then I was looking https://github.com/micropython/micropython-lib/blob/master/micropython/drivers/led/neopixel/neopixel.py
I made two codes.
First code
Second code
test1 work
test2 work
test3 mixed test1 with test2 not work
I think it's a memory limit but I have no idea. then I am back and flash esp32 with v1.22.0 (2023-12-27) .bin add Bluetooth HC-05 any problem, work.
I hope next time improve code and remove hc-05.
Thanks and Happy Valentine's Day.
See you soon with new toy of Pit
Beta Was this translation helpful? Give feedback.
All reactions