Skip to content

Instantly share code, notes, and snippets.

View daniel4-scratch's full-sized avatar
😔
making useless stuff

Daniel daniel4-scratch

😔
making useless stuff
View GitHub Profile
#include <Wire.h>
#include <hd44780.h> // main hd44780 header
#include <hd44780ioClass/hd44780_I2Cexp.h> // i2c expander i/o class header
hd44780_I2Cexp lcd; // declare lcd object: auto locate & auto config expander chip
const int LCD_COLS = 16;
const int LCD_ROWS = 2;
void setup()
@daniel4-scratch
daniel4-scratch / index.html
Created June 24, 2022 09:57
The most simple html file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hello World!</title>
</head>
<body>
<h1>
Hello World!

Raspberry-Pi-Scratch-Console

This is a Scratch Console project that is going to be made using electron.

What in the end product will do is have a working scratch game player.

This project will be under the GNU Public License.

If you would like to help this project then ask me or other project members.

And finally we need people to test this to make sure it will work on a Raspberry Pi!

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div class="dash">&nbsp; <b>ScratchFormat 2.2</b>&nbsp;&nbsp;&nbsp; <a href="https://scratchformat.github.io/" target="_newtab">Website</a> <div class="dropdown" style="">
<button class="dropbtn">Links</button>
<div class="dropdown-content" style="left:0;">
<a href="https://github.com/scratchformat/" target="_newtab">Github</a>
@daniel4-scratch
daniel4-scratch / Black-theme.css
Last active August 12, 2020 02:27
Black theme for web pages
body {
background-colour:black;
color:white;
}
a {
color:white;
}
Variable = "Hello"
print(Variable)