I found the mistake: replace "lcd_periph_signals" by "lcd_periph_rgb_signals.
Posts made by JNVoirol
-
RE: PaperS3 cannot compile demo
-
PaperS3 cannot compile demo
Hello,
I just got My M5PaperS3 and I try to compiler the demo as shown in the tutorial Adruino M5PaperS3 but if get the following error:c:\Users{user}\Documents\Arduino\libraries\epdiy\src\output_lcd\lcd_driver.c: In function 'init_bus_gpio':
c:\Users{user}\Documents\Arduino\libraries\epdiy\src\output_lcd\lcd_driver.c:339:28: error: 'lcd_periph_signals' undeclared (first use in this function); did you mean 'rmt_periph_signals'?
339 | DATA_LINES[i], lcd_periph_signals.panels[0].data_sigs[i], false, false
| ^~~~~~~~~~~~~~~~~~
| rmt_periph_signals
c:\Users{user}\Documents\Arduino\libraries\epdiy\src\output_lcd\lcd_driver.c:339:28: note: each undeclared identifier is reported only once for each function it appears in
c:\Users{user}\Documents\Arduino\libraries\epdiy\src\output_lcd\lcd_driver.c: In function 'init_lcd_peripheral':
c:\Users{user}\Documents\Arduino\libraries\epdiy\src\output_lcd\lcd_driver.c:487:26: error: 'lcd_periph_signals' undeclared (first use in this function); did you mean 'rmt_periph_signals'?
487 | periph_module_enable(lcd_periph_signals.panels[0].module);
| ^~~~~~~~~~~~~~~~~~
| rmt_periph_signals
c:\Users{user}\Documents\Arduino\libraries\epdiy\src\output_lcd\lcd_driver.c: In function 'deinit_lcd_peripheral':
c:\Users{user}\Documents\Arduino\libraries\epdiy\src\output_lcd\lcd_driver.c:562:25: error: 'lcd_periph_signals' undeclared (first use in this function); did you mean 'rmt_periph_signals'?
562 | periph_module_reset(lcd_periph_signals.panels[0].module);
| ^~~~~~~~~~~~~~~~~~
| rmt_periph_signalsexit status 1
Compilation error: exit status 1
Where the lcd_periph_signals should be defined ?
-
RE: CoreMP135 Debian image
@ajb2k3
Hello, I have the same problem using latest image of the OS. When I try to login as root I got the message access denied. How did you handle this ? -
Lora 868 module external antenna
Hello,
I have to use an external antenna with my Lora 868 module but I don't know what kind of antenna to use specially what kind of connector.
Does anyone knows what antenna model is compatible with this module ? there is no reference on the M5stack web site. -
M5Core2 and Lan PoE
Hello,
I discover the world of the M5. In my tests, I try to connect a Lan Poe module with my new M5Core2. The M5Core2 does not start, or rather it starts and stops immediately and this in a loop. Is this module compatible with the M5Core2? If so, how do I make them work together ?