Skip to content

Instantly share code, notes, and snippets.

@X3msnake
X3msnake / nokia5110-lcd-demo.ino
Created October 6, 2018 02:28
testing nokia 5110 LCD screen with u8x8 library at altLab
// Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/) is Copyright of olikraus@gmail.com
// https://github.com/olikraus/u8g2/wiki/u8x8reference
#include <Arduino.h>
#include <U8x8lib.h>
#ifdef U8X8_HAVE_HW_SPI
#include <SPI.h>
#endif
@X3msnake
X3msnake / DVD-CNC-GRBL-Settings.txt
Created October 6, 2018 03:33
DVD-CNC-GRBL-Settings
$ 0 = 53.333 (x, step / mm)
$ 1 = 53.333 (y, step / mm)
$ 2 = 53.330 (z, step / mm)
$ 3 = 10 (step pulse, usec)
$ 4 = 200.000 (default feed, mm / min)
$ 5 = 200.000 (default seek, mm / min)
$ 6 = 28 (step port invert mask, int: 00011100)
$ 7 = 50 (step idle delay, msec)
$ 8 = 100.000 (acceleration, mm / sec ^ 2)
$ 9 = 0.050 (junction deviation, mm)
@X3msnake
X3msnake / hdmi-to-mipi-mobile-lcd-hack.md
Last active May 25, 2024 20:44
HDMI 2 MIPI FPGA board Project - Reusing Mobile LCDs, #JunkChallenge, #HardwareBlocks
@X3msnake
X3msnake / Open SLAndroid.md
Last active March 21, 2019 15:26
Open SLA-N-Droid
@X3msnake
X3msnake / corel-macros.md
Last active June 30, 2021 01:06
Anycubic Photon UI - CBD boards - Gimp Builder Plugin references
@X3msnake
X3msnake / Github-Labels-Export.js
Last active September 6, 2019 10:41 — forked from GuimDev/export.js
Export-Import GitHub Labels
/**
* Export Github Labels
****************************************************
*
* FIREFOX STEP BY STEP:
* 1. Open the labels manage page e.g github.com/user/repo/lebels
* 2. Open Scratch Pad (SHIFT + F4)
* 3. Paste the code below and run
* 4. Inspect Element > Console ( To read console log)
* 5. Copy it the console.log results
@X3msnake
X3msnake / BeagleBoneBlack-Research.md
Last active March 15, 2024 21:40
Antminer Beaglebone S5 - hack to use linux research
@X3msnake
X3msnake / My-Referal-Linked-Posts.md
Created September 6, 2019 11:04
List of Posts that have referral links in one place to keep track of dead links
@X3msnake
X3msnake / LTJ320AP02-J.svg
Last active April 3, 2022 16:22
SAMSUNG UE32D4003BW LTJ320AP02-J - 30pin LVDS connector diagram pinout
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@X3msnake
X3msnake / dmesg
Last active April 12, 2020 17:04
Nova3D Elfin Reverse Engineering
130|u0_a45@rk322x_box:/ $
130|u0_a45@rk322x_box:/ $ dmesg | grep -i usb
<6>[ 3788.788160] usb 7-1: USB disconnect, device number 3
<6>[ 3817.068163] usb 7-1: new low-speed USB device number 4 using usb20_otg
<6>[ 3817.268578] usb 7-1: New USB device found, idVendor=0513, idProduct=0318
<6>[ 3817.268659] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
<6>[ 3817.325481] input: HID 0513:0318 as /devices/30040000.otg/usb7/7-1/7-1:1.0/input/input5
<6>[ 3817.328415] hid-generic 0003:0513:0318.0005: input,hidraw0: USB HID v1.10 Keyboard [HID 0513:0318] on usb-30040000.otg-1/input0
<6>[ 3817.420483] input: HID 0513:0318 as /devices/30040000.otg/usb7/7-1/7-1:1.1/input/input6
<6>[ 3817.422973] hid-generic 0003:0513:0318.0006: input,hidraw1: USB HID v1.10 Mouse [HID 0513:0318] on usb-30040000.otg-1/input1