Code Monkey home page Code Monkey logo

drlcd's Introduction

Hi,

my name is Jan Mrázek, but nearly everyone calls me Honza. I am a programmer and maker from the Czech republic.

I consider myself a “proper full-stack developer”. I can go anywhere from designing a custom circuit on PCB, through programming of the microcontroller, to the development of a desktop application up to running web services in the cloud. If I need to, I can even program FPGA, though I don’t prefer to. I am also not afraid of designing mechanical constructions, however, this rather a hobby than something I was educated in and I am a master in. However, I know how to run a mill, lathe, I can program a CNC machine or control a laser cutter.

Do you want to know what I can do? Then

Current projects

  • RoFI my PhD research project about self-reconfigurable robots.
  • KiKit — automation for KiCAD
  • PcbDraw & Pinion — Generator of interactive and beautiful PCB diagrams
  • JlcParts — better search engine for components
  • YSpurGear, YBevelGear, YBlade — a collection of Fusion 360 plugins

Do you miss a functionality in my project?

Consider becoming a GitHub sponsor or hire me to implement a feature of fix a bug. Financial supports allows me to allocate more time for my open-source projects. Feel free to contact me at [email protected]

drlcd's People

Contributors

yaqwsx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

kushal-a

drlcd's Issues

about the fw compline

hello,I use vscode&platforminIO,set "default_envs = STM32F103RC_btt" to comoline the fw,but it failed to compline,it shows as below,may I know how I can solove that?

Compiling .pio\build\STM32F103RC_btt\src\src\gcode\control\M108_M112_M410.cpp.o
In file included from Marlin\src\feature\drlcd\drlcd.h:6,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:170:21: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
170 | boolean begin(void);
| ^
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\libraries\Wire\src/Wire.h:26,
from Marlin\src\feature\drlcd\drlcd.h:4,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature\drlcd\drlcd.h:6,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:171:33: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
171 | boolean begin(TwoWire *theWire);
| ^
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\libraries\Wire\src/Wire.h:26,
from Marlin\src\feature\drlcd\drlcd.h:4,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature\drlcd\drlcd.h:6,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:172:16: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
172 | boolean init();
| ^
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\libraries\Wire\src/Wire.h:26,
from Marlin\src\feature\drlcd\drlcd.h:4,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature\drlcd\drlcd.h:6,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:189:11: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
189 | boolean _tsl2561Initialised;
| ^~~~~~~~~~~~~~~~~~~
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\libraries\Wire\src/Wire.h:26,
from Marlin\src\feature\drlcd\drlcd.h:4,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature\drlcd\drlcd.h:6,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:190:11: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
190 | boolean _tsl2561AutoGain;
| ^~~~~~~~~~~~~~~~
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\libraries\Wire\src/Wire.h:26,
from Marlin\src\feature\drlcd\drlcd.h:4,
from Marlin\src\feature\drlcd\drlcd.cpp:1:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature\drlcd\drlcd.cpp:1:
Marlin\src\feature\drlcd\drlcd.h:13:29: error: 'PIN_SENSOR_SDA' was not declared in this scope
13 | TwoWire _wire = TwoWire(PIN_SENSOR_SDA, PIN_SENSOR_SCL);
| ^~~~~~~~~~~~~~
Marlin\src\feature\drlcd\drlcd.h:13:45: error: 'PIN_SENSOR_SCL' was not declared in this scope
13 | TwoWire _wire = TwoWire(PIN_SENSOR_SDA, PIN_SENSOR_SCL);
| ^~~~~~~~~~~~~~
*** [.pio\build\STM32F103RC_btt\src\src\feature\drlcd\drlcd.cpp.o] Error 1
In file included from Marlin\src\feature/drlcd/drlcd.h:6,
from Marlin\src\MarlinCore.cpp:256:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:170:21: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
170 | boolean begin(void);
| ^
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from Marlin\src\inc/../HAL/./STM32/../shared/Marduino.h:36,
from Marlin\src\inc/../HAL/./STM32/HAL.h:28,
from Marlin\src\inc/../HAL/HAL.h:30,
from Marlin\src\inc/MarlinConfig.h:31,
from Marlin\src\MarlinCore.h:24,
from Marlin\src\MarlinCore.cpp:31:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature/drlcd/drlcd.h:6,
from Marlin\src\MarlinCore.cpp:256:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:171:33: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
171 | boolean begin(TwoWire *theWire);
| ^
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from Marlin\src\inc/../HAL/./STM32/../shared/Marduino.h:36,
from Marlin\src\inc/../HAL/./STM32/HAL.h:28,
from Marlin\src\inc/../HAL/HAL.h:30,
from Marlin\src\inc/MarlinConfig.h:31,
from Marlin\src\MarlinCore.h:24,
from Marlin\src\MarlinCore.cpp:31:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature/drlcd/drlcd.h:6,
from Marlin\src\MarlinCore.cpp:256:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:172:16: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
172 | boolean init();
| ^
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from Marlin\src\inc/../HAL/./STM32/../shared/Marduino.h:36,
from Marlin\src\inc/../HAL/./STM32/HAL.h:28,
from Marlin\src\inc/../HAL/HAL.h:30,
from Marlin\src\inc/MarlinConfig.h:31,
from Marlin\src\MarlinCore.h:24,
from Marlin\src\MarlinCore.cpp:31:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature/drlcd/drlcd.h:6,
from Marlin\src\MarlinCore.cpp:256:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:189:11: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
189 | boolean _tsl2561Initialised;
| ^~~~~~~~~~~~~~~~~~~
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from Marlin\src\inc/../HAL/./STM32/../shared/Marduino.h:36,
from Marlin\src\inc/../HAL/./STM32/HAL.h:28,
from Marlin\src\inc/../HAL/HAL.h:30,
from Marlin\src\inc/MarlinConfig.h:31,
from Marlin\src\MarlinCore.h:24,
from Marlin\src\MarlinCore.cpp:31:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\feature/drlcd/drlcd.h:6,
from Marlin\src\MarlinCore.cpp:256:
.pio\libdeps\STM32F103RC_btt\Adafruit TSL2561/Adafruit_TSL2561_U.h:190:11: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
190 | boolean _tsl2561AutoGain;
| ^~~~~~~~~~~~~~~~
In file included from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:34,
from C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:36,
from Marlin\src\inc/../HAL/./STM32/../shared/Marduino.h:36,
from Marlin\src\inc/../HAL/./STM32/HAL.h:28,
from Marlin\src\inc/../HAL/HAL.h:30,
from Marlin\src\inc/MarlinConfig.h:31,
from Marlin\src\MarlinCore.h:24,
from Marlin\src\MarlinCore.cpp:31:
C:\Users\Admin.platformio\packages\framework-arduinoststm32\cores\arduino/wiring_constants.h:110:14: note: declared here
110 | typedef bool boolean attribute((deprecated));
| ^~~~~~~
In file included from Marlin\src\MarlinCore.cpp:256:
Marlin\src\feature/drlcd/drlcd.h:13:29: error: 'PIN_SENSOR_SDA' was not declared in this scope
13 | TwoWire _wire = TwoWire(PIN_SENSOR_SDA, PIN_SENSOR_SCL);
| ^~~~~~~~~~~~~~
Marlin\src\feature/drlcd/drlcd.h:13:45: error: 'PIN_SENSOR_SCL' was not declared in this scope
13 | TwoWire _wire = TwoWire(PIN_SENSOR_SDA, PIN_SENSOR_SCL);
| ^~~~~~~~~~~~~~
*** [.pio\build\STM32F103RC_btt\src\src\MarlinCore.cpp.o] Error 1
========================================================================================= [FAILED] Took 24.26 seconds =========================================================================================

Environment Status Duration


STM32F103RC_btt FAILED 00:00:24.263
==================================================================================== 1 failed, 0 succeeded in 00:00:24.263 ====

about compensate command

hello,would u please tell me whats the meaning of “amount of dimming” and “black value for screen detection” in the compemsate command

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.