Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

155 total results found

Types of Lighting and Lighting Mobility

Unreal Engine Basics

..., we will explore the different types of lighting in Unreal Engine a ...ject. There are 5 different types of lights within Unreal Engine ...lighting across the scene. This type of lighting is primarily used t ...c objects or areas of interest. 4) Area Lights: Area lights are l...

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

Error In Processing 4, you will see this error often ...ase see here. How to fix (12/2024) Change this line cam = new Cap ...re cam; void setup() { size(640, 480); String[] cameras = Capture.list(); if (cameras.length == 0) { println("There are...

Using a Adafruit 1.8" TFT Display Shield V2

Physical Computing Tutorials

...ield V2? A TFT LCD display is a type of screen that uses Thin-Film T ... one of the most common display types found in devices like smartpho ...TShield18 ss; #define SD_CS 4 // Chip select line for SD car ...F; i<TFTSHIELD_BACKLIGHT_ON; i+=100) { ss.setBacklight(i); ...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please ...an animation ready to use. What type of animation will be suitable t ...lution to fit the display - 800x480 pixels Lower the framerate to ...lay Width: 800, Display height: 480 import sys import os libdir ...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

...ion_02/ 13_loops_and_arrays/ 14_pixel_array/ 15_image_pixel_ar ... is only performed once. If we want to perform a conditional oper ...ction setup() { createCanvas(400, 300); } function draw() ...se(50, 225, 20, 20); ellipse(100, 225, 20, 20); ellipse(150, ...

Pi War 2024 Log

Raspberry Pi

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...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

...Display? A TFT LCD display is a type of screen that uses Thin-Film T ... one of the most common display types found in devices like smartpho ...11 on Nano 33 Sense) RST to Pin 4 DC to Pin 5 Library To use thi ... Data / Command Pin #define RST 4 // Declaration of RESET Pin A...

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

... more flexible screens. If you want to use the display for animat ...rder-collapse: collapse; width: 100%; max-width: 900px; margin: 0 a ....feature { display:block; width:100%; } table, thead, tbody, ...: narrow. Overall varies by LCD type. Response...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

...ollowing project directories: 04_using_variables/ 05_animation/ ... 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 ...available to view on Github: /04_using_variables/ Now that...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

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 Smartphont to Read NFC tag

Physical Computing Tutorials

... involving Arduino. If you only want a simple read and write funct ... how to install a library here. Types of Tag In this tutorial, we ar ...ruit_PN532.h> #define SDA_PIN A4 #define SCL_PIN A5 Adafruit_PN ...ube.com"; // Keep short due to 144 byte limit & omit the "https://...

8th Wa...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...or expertise, you will almost always encounter bugs. Writing code ... code is meant to be doing. The way we do this is by adding commen ...s. Comments can be added in two ways: Single line commentUsing t ...he double forward slash (//) at the beginning o...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explaining the UI and different panels in Spark AR

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...rent versions, we are using the 433 MHz version in this tutorial. ... Operating Frequency 433 MHz 433 / 868 / 915 MHz (depending on ...del) Modulation Type GFSK FSK, GFSK, OOK ... Communication Range ~1000 m (line of sight) 500 m ...

Web App Template for Beginners

Creative Coding Tutorials

...t. Server with Node and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...ties/Terminal. On command line, type cd. Then in Finder, select "exa ...like this: 7) On command line, type npm init. Answer the questions ... tutorial on step 5. When done, type npm install express. This insta...

Arrays

Programming Tips and Tricks

...in an ellipse function var x = 100; var y = 100; function setup() { creat ...eCanvas(400, 400); } function draw() { ... p5 Editor Now what if we wanted to have a lot of circles, l ...llipse: var x1 = 20; var y1 = 100; var x2 = 213; var y2 = 209; ...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +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 ... backend that only supported // 4 bits per color with Blue/Green/...