chipKIT® Development Platform

Inspired by Arduino™

Problems with Majenko GLCD Library

Created Sun, 01 May 2016 16:52:46 +0000 by paezle


paezle

Sun, 01 May 2016 16:52:46 +0000

Hi to all! I'm trying to use the library GLCD downloaded from https://github.com/MajenkoLibraries/GLCD with MPIDE 0150 When I try to use any of the examples in the library, they don't work and MPIDE gives me this error :cry:

C:\MPIDE.\hardware\pic32\libraries\GLCD/GLCD.h:77:16: error: conflicting return type specified for 'virtual void _GLCD::write(uint8_t)' C:\MPIDE\hardware\pic32\cores\pic32/Print.h:48:20: error: overriding 'virtual size_t Print::write(uint8_t)'

What can be happening? What can I do?

Thank you very much for all!


majenko

Sun, 01 May 2016 17:12:45 +0000

That library is ancient and has never been updated to the post-1.x API.

I will see about the needed fixes now.


majenko

Sun, 01 May 2016 17:15:38 +0000

Try now - it should have been a very very simple fix.


paezle

Sun, 01 May 2016 18:00:22 +0000

It compiles ok!!! Thank you very very much!!! Best regards!