Giter Site home page Giter Site logo

lcdtcpdll's Introduction

The display driver plugin for LCD Smartie

Build Status GitHub last commit GitHub version

This driver plugin is a native DLL under Windows. which support the display through network ( such as Ethernet, WiFi, etc ). It works with ESP8266 based device ( https://github.com/eeyrw/LcdTcp ) by now.

Build the plugin

If you are not about to build plugin, you can just download the release from GitHub release page.

You can build it with MSVC or mingw32. I create a project file with IDE CodeBlocks. When you use MSVC, you should specify the .def file to generate correct DLL. When you use mingw, you should add -m32 to compiler flag and -static to linker flag. Because I discover that if you do not attach -static, mingw will dynamically link it's libgccXXX.dll, which is not expected.

Use the plugin

It's fairly simple. Copy the dll to LCD_SMARTIE_ROOT\displays and set IP address and port of your display. LCD Smartie setting demo

If you are failed to run LCD Smartie you could edit LCD_SMARTIE_ROOT\config.ini and append following lines to category [Communication Settings]:

DisplayDLLName=LCD_TCP_MINGW_DLL.dll
DisplayDLLParameters=192.168.1.134:2400

lcdtcpdll's People

Contributors

eeyrw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

x3110s stokie-ant

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.