Giter Site home page Giter Site logo

lucianm / glcdprocdriver Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 182 KB

GraphLCD adapter layer for the LCDproc "glcdlib" driver

Home Page: http://lucianm.github.com/GLCDprocDriver/

License: GNU General Public License v2.0

C 14.68% Makefile 1.21% C++ 1.73% Objective-C 82.38%

glcdprocdriver's People

Contributors

conikost avatar lucianm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

conikost

glcdprocdriver's Issues

"error: ‘GLCD::cColor’ has not been declared" while compiling with graphlcd-base-0.1.9

While compiling on Debian GNU/Linux 11 (bullseye) with graphlcd-base-0.1.9 I get the following errors (in other following lines as well):

glcddriver.c: In member function ‘void cglcdDriver::Clear()’:
glcddriver.c:312:11: error: ‘GLCD::cColor’ has not been declared
312 | GLCD::cColor::White,
| ^~~~~~
glcddriver.c:326:69: error: ‘GLCD::cColor’ has not been declared
326 | m_pBitmap->DrawLine(i, 0, i, m_pDrv->Height(), Inversion(GLCD::cColor::White));
| ^~~~~~
glcddriver.c:329:69: error: ‘GLCD::cColor’ has not been declared
329 | m_pBitmap->DrawLine(i, 0, i, m_pDrv->Height(), Inversion(GLCD::cColor::White));
| ^~~~~~
glcddriver.c:332:124: error: ‘GLCD::cColor’ has not been declared
332 | m_pBitmap->DrawLine(m_nOffsetX + m_nPixShiftX, i, m_pDrv->Width() - m_nOffsetX + m_nPixShiftX - 1, i, Inversion(GLCD::cColor::White));
| ^~~~~~
glcddriver.c:335:124: error: ‘GLCD::cColor’ has not been declared
335 | m_pBitmap->DrawLine(m_nOffsetX + m_nPixShiftX, i, m_pDrv->Width() - m_nOffsetX + m_nPixShiftX - 1, i, Inversion(GLCD::cColor::White));
| ^~~~~~

Does anyone have a workaround?

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.