- Go to https://tiny-83.github.io/tiny-83
- Change the min and max fields as shown below:
xMin = 0
xMax = 22
yMin = -1
yMax = 14
- Copy this code, type
1
where you want to draw a pixel, then paste the result into they =
text field on the website.
xMin = 0
xMax = 22
yMin = -1
yMax = 14
1
where you want to draw a pixel, then paste the result into the y =
text field on the website.pragma solidity ^0.8.9; | |
import {SSTORE2} from "sstore2/SSTORE2.sol"; | |
import {DynamicBuffer} from "ethier/contracts/utils/DynamicBuffer.sol"; | |
contract LibraryStorage { | |
struct Library { | |
address owner; | |
bytes details; |