Skip to content

Instantly share code, notes, and snippets.

@X3msnake
X3msnake / hdmi-to-mipi-mobile-lcd-hack.md
Last active January 21, 2025 08:46
HDMI 2 MIPI FPGA board Project - Reusing Mobile LCDs, #JunkChallenge, #HardwareBlocks
@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 / 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 [email protected]
// https://github.com/olikraus/u8g2/wiki/u8x8reference
#include <Arduino.h>
#include <U8x8lib.h>
#ifdef U8X8_HAVE_HW_SPI
#include <SPI.h>
#endif