Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkpxl/lcd-speeds
https://github.com/drkpxl/lcd-speeds
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drkpxl/lcd-speeds
- Owner: drkpxl
- Created: 2020-08-07T14:51:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T14:54:39.000Z (over 4 years ago)
- Last Synced: 2024-11-29T22:12:32.329Z (27 days ago)
- Size: 192 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
How to install a new dtc (Raspbian):
extract dtc archive
cd to its dir
run:
$ sudo apt install flex bison python-dev swig
$ make
$ make install
dtc binary will be compiledhow to edit dts:
open owo.dts, find "spi-max-frequency" under "waveshare35a@0".
For example <0x4C4B400>;
where is 4C4B400 a hexadecimal number
save it and run:
./dtc -O dtb -o ~/Desktop/new.dto ~/Desktop/owo.dtsprecompiled dts is also attached in this archive.