Skip to content

Instantly share code, notes, and snippets.

View Jerrylum's full-sized avatar
👀
Given enough eyeballs, all bugs are shallow.

Jerry Lum Jerrylum

👀
Given enough eyeballs, all bugs are shallow.
  • Hong Kong Joint School Technology Education Association
  • Hong Kong
  • 23:04 (UTC +08:00)
  • X @jerrylum10
View GitHub Profile
@Jerrylum
Jerrylum / setup-raspi-steps.md
Last active August 12, 2022 08:18
How to setup your raspi with a 7inch DSI LCD screen
  1. A monitor, micro HDMI adpater, HDMI cables

  2. Follow the instruction on 7inch DSI LCD (C) - Waveshare Wiki
    https://www.waveshare.net/wiki/7inch_DSI_LCD_(C)

cd ~
git clone https://github.com/waveshare/7inch-DSI-LCD-C.git
cd 7inch-DSI-LCD-C
cd 32
uname -a
@Jerrylum
Jerrylum / arduino-cli-steps.md
Created September 14, 2022 14:53
How to use Arduino CLI to program ESP32

Development

Suggested user settings, Arduino CLI is optional.

{
    "arduino.path": "C:\\Users\\jerrylum\\Documents\\Application\\arduino-cli_0.27.1_Windows_64bit",
    "arduino.useArduinoCli": true,
    "arduino.commandPath": "arduino-cli.exe"
}