alexqzd / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
197 stars 71 forks source link

H32 for C2 - 12864 lcd - expected token before '{' #28

Open classicrocker883 opened 2 years ago

classicrocker883 commented 2 years ago

using Eclipse IDE trying to compile for the Aquila C2 with H32 board and the 12864 lcd. it used the U8GLIB files and cannot get past this error.

the problem I'm stuck with is the file U8GLIB-HAL.h

and i get some expected token before '{' @line 49

class U8GLIB : public U8GLIB_PRINT_CLASS {

has anyone compiled H32 on Eclipse, I'm able to make it work with the DWIN lcd, but not the one for original ender 3 lcd.