Replies: 3 comments 10 replies
-
Decrease the y position. |
Beta Was this translation helpful? Give feedback.
-
Hi, It fails on this line in my system,, I have downloaded 2.33.8 which on the latest arduino update installs OK. U8G2_GP1287AI_256X50_1_4W_SW_SPI u8g2(/* clock=/ 10, / data=/ 6, / cs=/ 8, / dc=/U8X8_PIN_NONE, / reset=*/ 13); In file included from /: initializing argument 1 of 'U8G2_GP1287AI_256X50_1_4W_SW_SPI::U8G2_GP1287AI_256X50_1_4W_SW_SPI(const u8g2_cb_t*, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)' exit status 1 Compilation error: invalid conversion from 'int' to 'const u8g2_cb_t*' {aka 'const u8g2_cb_struct*'} [-fpermissive] what are you using? BR Russ |
Beta Was this translation helpful? Give feedback.
-
OK got it, the arduino version does not have an example so the format is wrong and at the time the latest version on githum would not install but after an upgrade today does. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using u8x8_font_inb46_4x8_n on a 256x50 display unfortunately the bottom part of the numbers are cut off, is there an easy way of moving the font up by a couple of pixels? Its easier to see the problem in the attached picture.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions