Search found 58 matches

by yhcheng3
05 Dec 2022, 13:45
Forum: FAQ
Topic: FAQ_MA35D1_Touch Panel Issue
Replies: 0
Views: 3179

FAQ_MA35D1_Touch Panel Issue

Question : The Capacitive Touch Panel Can Display, but Touchpad Cannot Work Answer. The MA35D1 support ADC interface touch driver for the resistive touchpad and the ILI series I2C interface for the capacitive touchpad. If the user is using a capacitive touch screen, modify the following settings: s...
by yhcheng3
05 Dec 2022, 13:28
Forum: FAQ
Topic: FAQ_MA35D1_Resize Rootfs for Buildroot
Replies: 0
Views: 3512

FAQ_MA35D1_Resize Rootfs for Buildroot

Question : How to Modify Root Fils System Size for Buildroot ? Answer. The compiler prompts that R2_TARGET_ROOTFS_EXT2_SIZE is not enough when you open the QT5 or DriectFB configuration options. Refer to MA35D1_Buildroot/configs/numaker_som_ma35d16a81_defconfig , that default value of buildroot is ...
by yhcheng3
05 Dec 2022, 11:49
Forum: FAQ
Topic: FAQ_MA35D1_No Element Jpegparse for Buildroot
Replies: 0
Views: 2685

FAQ_MA35D1_No Element Jpegparse for Buildroot

Question : Enable JPEG Support in Buildroot, but it has Warning Message: “Erroneous Pipeline: No Element Jpegparse” Answer. Compile buildroot in docker container Jpegformat in Plugin-bad, search /" jpeg " in buildroot menuconfig and enable all JPEG related in GST. “ plugin-bad ” should be enabled f...
by yhcheng3
02 Dec 2022, 18:13
Forum: FAQ
Topic: FAQ_MA35D1_Install Library in MA35-RTT
Replies: 0
Views: 3339

FAQ_MA35D1_Install Library in MA35-RTT

Question : MA35-RTT: How to Install Python and Libusb (Windows) ? Answer. Install Python Link: https://www.python.org/downloads/windows/ . Set windows environment variables (Refer to Figure1&2) F2.png . F3.png . Install python plugin (Refer to Figure3) pip3 install pyusb usb crypto ecdsa crcmod tqd...
by yhcheng3
02 Dec 2022, 18:06
Forum: FAQ
Topic: FAQ_MA35D1_Get MA35D1 Project in RTT-Studio
Replies: 0
Views: 6000

FAQ_MA35D1_Get MA35D1 Project in RTT-Studio

Question :

How to Get MA35D1 Project in RTT-Studio ?


Answer.

SDK Manager -> NUMAKER-HMI-MA35D1
figure2.png
figure2.png (17.65 KiB) Viewed 6000 times
figure1.png
figure1.png (19.38 KiB) Viewed 6000 times




#MA35D1, #RT-Thread #RTT-Studio
.
by yhcheng3
02 Dec 2022, 17:56
Forum: FAQ
Topic: FAQ_MA35D1_Change Boot Order for Buildroot
Replies: 0
Views: 5388

FAQ_MA35D1_Change Boot Order for Buildroot

Question : How to Change Boot Order for Buildroot ? Answer. Run the following command in the buildroot directory. make menuconfig select bootloader. (Refer to Figure 1) Enter bootloader->Board defconfig figure1.png . Press Enter and select the boot option ( ma35d1_sdcard0, ma35d1_sdcard1, ma35d1_na...
by yhcheng3
02 Dec 2022, 17:43
Forum: FAQ
Topic: FAQ_MA35D1_CCAP_DEMO Program Issue
Replies: 0
Views: 4534

FAQ_MA35D1_CCAP_DEMO Program Issue

Question : In the CCAP_DEMO Program, the Screen keeps Flashing and Blurring, and the FPS of the Screen is 10 Answer. Use CCAP0 to connect the HM1055 sensor to test the ccap_demo program, and the screen FPS is 10. Because the environment is dark, the frame fps is low. If there is enough light, that ...
by yhcheng3
02 Dec 2022, 17:12
Forum: FAQ
Topic: FAQ_MA35D1_Adjust Headphone Sound
Replies: 0
Views: 4664

FAQ_MA35D1_Adjust Headphone Sound

Question : How to Adjust Headphone Volume? Answer. There are two methods for modifying volume: Use the “ amixer ” command to set the headphone volume. When the development environment is Yocto project (QT5), amixer is used by default. If not, the development environment is buildroot, and users need...