Idea: See if a board/software under 10.euros, can be made for low cost commercially available FPGAS or CPLDs using as a base, the already known hacks done with FPGAs that allow to reuse LCDs that compply to the MIPI industry Standart.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |
NewerOlder