-
-
Hi @damien-lemoal ! Thanks for excelent job and all team that work together.
In my application, beyond the minimal, I need to mount and access SD card partition at Maix M1 Board.
I was able to r…
-
https://github.com/sipeed/MaixPy/blob/f9bb0bb5e807846e6b6e397b9ced2963c5472fab/components/micropython/port/builtin_py/board.py#L16
On my Amigo board, only LED_R is the right pin (14)
LED_G is on…
-
Create script and wiki page
-
What kind of issue is this?
- [x] **Feature Request**.
What is Renode?
[Renode](https://renode.io/) is an open source software development framework with commercial support from Antmicro that…
-
Hi,
I am developing a project using the astrometry-net code and so far i am using a raspberry pi. I followed the installation instructions of the astrometry website and managed to run it successful…
-
Hi,
Minor issue, the defines for board_info.LED_G board_info.LED_B and board_info.LED_R are mixed up on the MAiX Bit. LED_R points to the blue led, LED_G points to the red led, and LED_B points to…
-
my board is Maix Go,the image display well in RGB565.
When I set pixel format to GRAYSCALE,the image look like this
![image](https://user-images.githubusercontent.com/51860539/60813033-649ab300-a1c5…
-
trying to run this code
> from Maix import GPIO
> fm.register(board_info.LED_B, fm.fpioa.GPIO0)
> led_r=GPIO(GPIO.GPIO0,GPIO.OUT)
> led_r.value(0)
But it am getting this error. Any help will…
-
LED_R=14,LED_G=13,LED_B=12
in fact,it should be LED_R=13,LED_G=12,LED_B=14