Skip to content

Instantly share code, notes, and snippets.

@eropple
eropple / pis_bed.cfg
Last active February 11, 2023 18:28
sv06-klipper-20230116
[mcu PIS_BED]
# Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
serial: /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.3:1.0
[adxl345]
cs_pin: PIS_BED:gpio13
#spi_bus: spi1a
spi_software_sclk_pin: PIS_BED:gpio10
spi_software_mosi_pin: PIS_BED:gpio11
@dmah42
dmah42 / mastodon.json
Created December 5, 2022 12:44
mastodon grafana dashboard
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
"enable": true,
@bastibense
bastibense / README.md
Last active September 28, 2020 03:53
Fix blurry fonts on some external monitors when using MacBook Pro Retina

How to fix blurry fonts on some external monitors when using MacBook Pro Retina

It seems that graphcis and fonts look rather blurry on some monitors when hooked up to a MacBook Pro (Retina). This might fix the issue for you:

  1. Download patch-edid.rb from http://embdev.net/attachment/168316/patch-edid.rb

  2. Execute in Terminal (without the $):

    $ ruby patch-edid.rb

  3. Copy produced folder (example: DisplayVendorID-22f0) to /System/Library/Displays/Overrides (authorize if needed, if the folder exists, backup it before)