This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
pikapython
Watch
1
Star
0
Fork
0
You've already forked pikapython
mirror of
https://gitee.com/Lyon1998/pikapython.git
synced
2025-01-15 17:02:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pikapython
/
port
/
linux
/
config
/
pika_config_default.h
2 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
!42 Support PikaCV, can read data from Jpeg and convert to rgb888/rgb565 * add pikaCV-test.cpp * read(Image) and convert to RGB565 is tested ok * transfer can return res, but not assert * format tjpgd * add test for PikaCV * add assert for newContent * restore assets * restore PikaCV.pyi * restore PikaCV * restore uint16_t * add jpeg_test.py * move ADC, GPIO, RGB ... to Device * add jd_decomp * convert_JPEGtoREG888 is not ok * connecting tjpegdec * Converter.toRGB565() .toRGB888() .toGRay() eachother is ok * support Gray * add PikaCV_Image, PikaCV_ImageFormat * add classes for PikaCV * add PikaCV
2022-07-08 09:33:53 +00:00
#
define PIKA_STACK_BUFF_SIZE 1024 * 10
!37 support <try> <except> <raise> keywords, not support parameter yet * restore __pika_ooc.h * raise in cmodule and py function is ok * add trydef1.py * add PIKA_ASSERT_ENABLE config, add try_info
2022-06-26 07:30:52 +00:00
#
define PIKA_ASSERT_ENABLE 1
Reference in New Issue
Copy Permalink