-->
Page 12 of 13

Re: Build your own custom NodeMCU firmware in the cloud

PostPosted: Sun Jun 07, 2015 6:26 pm
by kriegste
There is no option to include custom files

http://frightanic.com/nodemcu-custom-build/

That is why I am asking.

Re: Build your own custom NodeMCU firmware in the cloud

PostPosted: Mon Jun 08, 2015 10:55 am
by jumjum123
I love the idea to support firmware builds the way you do.
For people like me, this is a big step forward.
Thanks a lot
Jürgen

Re: Build your own custom NodeMCU firmware in the cloud

PostPosted: Mon Jun 08, 2015 2:43 pm
by kriegste
You could include a text field where users can define their own code for the user_init() function in user_main.c

Re: Build your own custom NodeMCU firmware in the cloud

PostPosted: Sun Jul 26, 2015 4:17 pm
by devsaurus
Since PR 572 was accepted, it would be great if you could consider the display drivers as another configuration parameter.

They're enabled in u8g_config.h by adding the respective entry to either U8G_DISPLAY_TABLE_I2C or U8G_DISPLAY_TABLE_SPI, similar like the fonts. The list of available drivers is stated as commented lines above. It's required to have the I2C and SPI drivers associated to the respective tables.

And while you're at it - there's API documentation for the u8g module by now ;) I'll update that once the drivers are available in master branch.

Thanks a lot for your great cloud service :)