Good work. Back in 2017 I learned how to display bitmap image on Nokia lcd from your tutorials.
@Educ8s2 жыл бұрын
Hello my friend, I am so happy to hear that. It means, my work helps some people!
@ABID52 жыл бұрын
Surely It helps a lot even if it’s for few people. Please keep doing the things you love to do.
@goaway5137 Жыл бұрын
If you take out the micro usb will the animation run independently with a separate power source
@Educ8s Жыл бұрын
yes
@DevonsWorkshop2 жыл бұрын
Your circuit Python videos are great!
@thewilltejeda Жыл бұрын
Have you had any luck connecting multiple oleds to a pico ?
@rakibshahid7913 Жыл бұрын
Is there a faster way to display gifs? the animation playback is quite slow this way. When i was using micropython i was able to play at 60fps by using blit with individual frames
@Nazwan-r7r5 ай бұрын
Great, I am using micropython and i cannot upload bmp file, do i have to switch to circuit python for this feature?
@avejst2 жыл бұрын
Great find Great video as always Thanks for sharing your experiences with all of us 🙂
@Educ8s2 жыл бұрын
Thanks for the nice words, I really appeciate it!
@Tims_Projects2 жыл бұрын
Great stuff. Love what you are doing with CIrcuitPython.
@Educ8s2 жыл бұрын
Glad you enjoy it Tim! CircuitPython makes some things extremely easy!
@dannguyen2705 Жыл бұрын
Do you think i can do the same if I have Feather RP2040 board and ST7789 TFT 1.47" display? I have been trying to make Mini gif player with the guide, but couldn't get it to work. So right now I'm trying yours project.
@Educ8s Жыл бұрын
Sure, I think it will work. Let me know how it went.
@dannguyen2705 Жыл бұрын
@@Educ8s It worked. All i have to do was follow yours guide and change GP0 and GP1 to this "sda, scl = board.SDA, board.SCL" . This is the first animation guide that i was able to do correctly. Thank you for the project.
@kychemclass58502 жыл бұрын
Brilliant - as always. Thanks!!
@Educ8s2 жыл бұрын
Thanks!
@jumbo9996142 жыл бұрын
Will you make tutorial for micropython too? I recently bought ESP32 and flashed bootloader to use micropython. I wonder if this will work with this OLED too.
@Educ8s2 жыл бұрын
I don't know if there is MicroPython library that supports animation of spritesheets. I will take a look. Thanks for the idea...
@No_Plastic2 жыл бұрын
Hi Nick, thank you for making amazing training material. I have a question about little project i'm doing. The project has two buttons and a 12v LED strip. One button press needs to start LEDs flash then when the button is pressed again LEDs to stop. Second button when pressed LEDs will start flashing then stop on its own after few seconds. How can I go about doing that? I don't have your email so wrote it here if that ok :) I'm useing FastLED library and this is my code without buttons (not sure how to make add buttons to make the above operation) : #include #define NUM_LEDS 60 #define LED_PIN 6 CRGB leds[NUM_LEDS]; void setup() { FastLED.addLeds(leds, NUM_LEDS); FastLED.setBrightness(1); } void loop() { // Turn the LED on, then pause fill_solid( leds, NUM_LEDS, CRGB( 255, 255, 255 ) ); FastLED.show(); delay(20); fill_solid( leds, NUM_LEDS, CRGB( 0, 0, 0 ) ); FastLED.show(); delay(200); } Sorry if this is a wrong place to post. Don't have your email. Thank you :)
@sed4454 Жыл бұрын
RuntimeError: No pull up found on SDA or SCL; check your wiring 😢
@3Dgifts9 ай бұрын
Yasou Nick! Summers in Kim’s, Evian😁 Great video. I joined your other channel too. Looking forward to more videos.