We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> print(u8g2.ssd1306_i2c_128x64_noname) lightfunction: 0x402630d0
> print(u8g2.ssd1306_i2c_128x64_noname) nil
Actual dev branch. Broken in PR: Updated ROTables 1st tranch #2742
dev
Remove "#" from "#binding" in /app/modules/u8g2.c
/app/modules/u8g2.c
patch:
@@ -807,7 +807,7 @@ #undef U8G2_FONT_TABLE_ENTRY #undef U8G2_DISPLAY_TABLE_ENTRY -#define U8G2_DISPLAY_TABLE_ENTRY(function, binding) LROT_FUNCENTRY(#binding,l ## binding) +#define U8G2_DISPLAY_TABLE_ENTRY(function, binding) LROT_FUNCENTRY(binding,l ## binding) LROT_BEGIN(lu8g2) U8G2_DISPLAY_TABLE_I2C U8G2_DISPLAY_TABLE_SPI
The text was updated successfully, but these errors were encountered:
Thanks @shimosaurus, I will sneak this into my next PR. Sorry about this, and the fix is much appreciated. 😊
Sorry, something went wrong.
Fix ROTable call
2d584a2
Fixes #2806
I will sneak this into my next PR
No need, I just fixed this on dev.
TerryE
No branches or pull requests
Expected behavior
Actual behavior
NodeMCU version
Actual
dev
branch.Broken in PR: Updated ROTables 1st tranch #2742
Solution
Remove "#" from "#binding" in
/app/modules/u8g2.c
patch:
The text was updated successfully, but these errors were encountered: