nnn

Results 9 issues of nnn

Uselect is not implemented in Maixpy 1. Uselect is blank page in Maixpy documentation. >https://maixpy.sipeed.com/en/libs/standard/uselect.html 2. MaixPy help does not show uselect in help(). > MaixPy > help('modules') KPU gc...

enhancement

The example of SPI is not communication on maixduino. https://github.com/sipeed/MaixPy_scripts/blob/master/hardware/demo_spi.py Maixduino communication is follow, |K210-IO|Function|ESP32-IO|Function| |--|--|--|--| |IO25|SPI_CS|IO5 |SPI_CS| |IO26|SPI_MISO|IO23|SPI0_MISO| |IO27|SPI_SCLK|IO18|SPI0_SCLK| |IO28|SPI_MOSI|IO14|SPI0_MOSI| |IO09|GPIO|IO25|ESP32_READY| |IO08|GPIO|Dedicated pin|ESP32_EN| > fm.register(25,fm.fpioa.SPI1_SS0)#cs fm.register(28,fm.fpioa.SPI1_D0)#mosi fm.register(26,fm.fpioa.SPI1_D1)#miso fm.register(27,fm.fpioa.SPI1_SCLK)#sclk >spi01=SPI(SPI.SPI1,mode=SPI.MODE_MASTER,baudrate=10000000,polarity=0,phase=0,bits=8,firstbit=SPI.MSB,mosi=fm.fpioa.SPI1_D0,miso=fm.fpioa.SPI1_D1,sck=fm.fpioa.SPI1_SCLK,cs0=fm.fpioa.SPI1_SS0)...

We want to respond to M5StickV Arduino. M5StickV has OmniVision OV7740 sensor, etc. https://docs.m5stack.com/#/en/core/m5stickv

I tried using with reference to "urg_lidar.launch", and it seems that angle_min and angle_max are not effective. ~~~ ~~~ Looking at urg_node_driver.cpp , there are no ros parametor, angle_min" and...

## Problem Description In the case of loading a specific model,older than ncnn version:Tags=20221128, Matrix's height outputs "1 array". If the model is newer than ncnn version:Tags=20230223, Matrix's height will...

Kernel panic occurs when the size of drawString is set to 1 in TFT_eSprite. ``` moji2 = "Test"; TFT_eSprite * Spr->drawString(moji2, 80, 0, 1); ``` ` Guru Meditation Error: Core...

## Environment ( 実行環境 ) - MCU or Board name: CoreMP135 - Panel Driver IC: other - Bus type: other - LovyanGFX version: latest develop - FrameWork version: other -...

The Lichee RV nano + 7inch touchpanel (currently the only LCD available) displays images slowly. In release of the repository here, 2024-05-28-17-33-82a0b7.img.xz is framebuffer acceleration is disabled. Also, since the...

wiki.sipeed.com>LicheeRV Nano>Peripheral>7. Touch Screen https://wiki.sipeed.com/hardware/en/lichee/RV_Nano/5_peripheral.html There is the following description. ```` Connect the touchscreen ribbon to the board's touchscreen interface, paying attention to the wire sequence. Then execute: /opt/touch.sh #...