Advanced Search
Search Results
108 total results found
Using a Monochrome 1.3" 128x64 OLED display
..._RESET); int numImage = 2; int frameRate = 85; // 85 = 12fps, 67 = 1 ...); display.display(); delay(frameRate); if (counter >=numImag ...mage into bitmap code image2cpp was created by GitHub user javl an ...d provides a handy way to create bitmaps without inst...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ...ck is Black and White only Low framerate animation, such as hand-dra ...play - 800x480 pixels Lower the framerate to 10 or 12 fps Export the ...will display the animation from frame 1 to the end frame. !/usr/bin/p...
Pi War 2024 Log
Documentation of Pi War 2024 Pi Wars is an international, challeng ...ight, and the other controls forward and backwards. Problems with batteries Thi ... print("Hello.") def right_forward(): motor1a.value(0) m ... motor2b.value(1) def left_forward(): motor2a.value(0) m...
How to use Waveshare E-Paper Display with Raspberry Pi
What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an el ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb ...ub git clone https://github.com/waveshare/e-Paper.git Go to the D ...minal or use a Python-based software such as Visual Studio or Thon...
Using MatrixPortal M4 for animation
...l sprites can represent various frames of an animation, characters, o ... bitmap spitesheet. If you just want to test the code, you can dow ...to 64 x 32 px Draw whatever you want Add new frame and draw until you finish Go ...TESHEET_FOLDER = "/bmp" DEFAULT_FRAME_DURATION = 0.1 # 100ms FRAME_...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...
How to export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...ture 1 second of material at 60 frames per second. let capture = new ... CCapture({ frameRate: 60, format: "webm", }); ... to start the capturing if (frameCount == 1) { capturer.start...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
How to make Animation on NeoMatrix
... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ...opixel displaying the animation frame by frame right now. Creating yo...
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...t the background to black every frame background(0); // Draw ... and single (=) equals signs Always be sure to use the double equ...
Position-based Tracking using a Webcam
... object from it's background we want to look for the white pixels ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth. Afterwards add a TopTo CHOP to your thr ...howing mostly 1s. Finally, we want to convert these 1s into X an...
Week 3 - Iteration, arrays, objects and pixel arrays
... is only performed once. If we want to perform a conditional oper ...riables can be used in the same way as you use any other variable. ...our own objects is a very handy way to encapsulate related functio ... model things in a more helpful way. Let take a look at the varia...
How to use MatrixPortal M4
... without needing additional hardware. Power: Can be powered via US ... by Adafruit, optimized for hardware projects like controlling sen ...t board import displayio import framebufferio import rgbmatrix import ...layio import Bitmap # If there was a display before (protomatter,...
Adding content - 3D model from the internet
...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...f the specifications of the hardware involved. You might need to t...
How to connect a Push Button with Digital Input Pull-Up resistor
... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...
Web App Template for Beginners
...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...to this project folder (we only want it to live in this folder, no ...ng the backend to: -Use Express framework -Set our server to local po ...ction. You can think about this way: HTML file is like the frame o...
Unity for Beginners Workshop
... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other ways of transferring in RetroPie D ...g the USB stick into the Pi and wait for 5-10 minutes. Remove the ...
An Introduction to 2D in Unity 5
...ect. You can do this one of two ways: Option 1: On the menu ba ...then Update() will run once per frame. We can test this using Debug.L ... // Update is called once per frame void Update () { ...self using graphics editing software (e.g. Photoshop or Gimp) or y...
How to get started with Textures and Materials in Spark AR
...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.