Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
2d584a2a
Commit
2d584a2a
authored
Jun 22, 2019
by
Marcel Stör
Browse files
Fix ROTable call
Fixes #2806
parent
dd3e0ed9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/u8g2.c
View file @
2d584a2a
...
@@ -807,7 +807,7 @@ U8G2_DISPLAY_TABLE_SPI
...
@@ -807,7 +807,7 @@ U8G2_DISPLAY_TABLE_SPI
#undef U8G2_FONT_TABLE_ENTRY
#undef U8G2_FONT_TABLE_ENTRY
#undef U8G2_DISPLAY_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
)
LROT_BEGIN
(
lu8g2
)
U8G2_DISPLAY_TABLE_I2C
U8G2_DISPLAY_TABLE_I2C
U8G2_DISPLAY_TABLE_SPI
U8G2_DISPLAY_TABLE_SPI
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment