7 cte tft lcd sd shield for arduino mega free sample

This is SainSmart MEGA2560  + 7 inch TFT LCD module with the TFT LCD shield kit For arduino enthusiasts.It includes one pcs of SainSmart MEGA2560 , 7 inch TFT LCD display and a TFT LCD shield for Arduino MEGA2560.This kit helps you to avoid complicated wiring processes and save you much time to accomplish your goal. You can feel free to enjoy the touch function and SD card function by using our codes.We will provided you the whole document including the example project of the kit. We will supply you the technical support after your purchase.

This is the new MEGA2560 R3. In addition to all the features of the previous board, the MEGA now uses an ATMega16U2 instead of the ATMega8U2 chip. This allows for faster transfer rates and more memory. No drivers needed for Linux or Mac (inf file for Windows is needed and included in the Arduino IDE), and the ability to have the Uno show up as a keyboard, mouse, joystick, etc.

The MEGA2560 R3 also adds SDA and SCL pins next to the AREF. In addition, there are two new pins placed near the RESET pin. One is the IOREF that allow the shields to adapt to the voltage provided from the board. The other is a not connected and is reserved for future purposes. The MEGA2560 R3 works with all existing shields but can adapt to new shields which use these additional pins.

It is 100% compatible with the normal MCU like ARM AVR PIC and 8051,especially on Arduino family such as Arduino Due and Arduino MEGA2560(R3). The module uses the LCD controller Chip SSD1963 with 7 inch LCD including the touchscreen.

LCD-specificed intialization code is provided, so that you can save time to optimize power control register and gamma curves for best display performance. We have test the provided code, it gives the best display performanace

This is Sainsmart TFT LCD Extend shield for arduino due .Using this shield can help you out of the bothers to use other cables. You just need to plug the module to arduino due through this shield.

The shield defines that all the the data transmit ports are PC1-PC8 and PC12-PC19,the controll pins are PD0-PD3.The perfect design could realize that the data transmits in high speed.The SPI interface is designed in the ISP header of arduino due so that the SPI transfer with DMA could be achieved in high speed with no drag.

This shiled is just for Arduno MEGA2560. If you need the LCD Extend shield for Arduino Due,you need a similar shield which is also provided from our store.

This shiled is just for 7 inch TFT LCD.If you need the LCD Extend shield for 3.2/3.5/...,you need a similar shield which is also provided from our store.

7 cte tft lcd sd shield for arduino mega free sample

This is SainSmart 7 inch TFT LCD module with the TFT LCD shield kit For arduino enthusiasts. It includes one pcs of 7 inch TFT LCD display and a TFT LCD shield for Arduino MEGA2560(R3). We will provided you the whole document including the example project of Arduino MEGA2560(R3) with the kit. We will supply you the technical support after your purchase.

It is 100% compatible with the normal MCU like ARM AVR PIC and 8051, especially on Arduino family such as Arduino Due and Arduino MEGA2560(R3).The module uses the LCD controller Chip SSD1963 with 5 inch LCD including the touchscreen.

LCD-specificed intialization code is provided, so that you can save time to optimize power control register and gamma curves for best display performance. We have test the provided code, it gives the best display performanace

This is SainSmart TFT LCD Extend shield for Arduino MEGA2560(R3). Using this shield can help you out of the bothers to use other cables. You just need to plug the module to Arduino MEGA2560(R3) through this shield.

The shield defines that all the the data transmit ports are PC1-PC8 and PC12-PC19,the controll pins are PD0-PD3.The perfect design could realize that the data transmits in high speed. The SPI interface is designed in the ISP header of arduino due so that the SPI transfer with DMA could be achieved in high speed with no drag.

This shiled is just for Arduno MEGA2560(R3). If you need the LCD Extend shield for Arduino Due, you need a similar shield which is also provided from our webstore.

This shiled is just for 7 inch TFT LCD.If you need the LCD Extend shield for 3.2"" or 5"", you need a similar shield which is also provided from our store.

7 cte tft lcd sd shield for arduino mega free sample

It can be used in any embedded systems which require display high quality colorful image. The LCD has a SD slot, SPI flash footprint. We specialized in providing TFT LCD modules embedded systems for fun and creativity.

I tried using standart arduino shield connection for itead 3.2 TFT in the link. It is mega shield but i only use D0-D15 connection directly DUE board without shield -> Page Not Found

7 cte tft lcd sd shield for arduino mega free sample

I personally gave up on tinyFAT because ultimately it does not work on the DUE, but also because there were too many limitations. My approach was to use SdFATlib and modify UTFT_tinyFAT to use that instead, this allows large SD cards and folders. Maybe this is a possible solution for you, although I think you should try to figure out why your current setup is not working first!

7 cte tft lcd sd shield for arduino mega free sample

Thanks for your help, and the lengthy reply. Nice to get genuine interest in helping, I do so on several other forums (AVR and Flight Sim stuff), and I always help as much as I can. God knows enough people had aided me when I need it. The guys over on AVR Freaks are always extremely helpful, much like you.

The thing that makes me sort of doubt the touch controller or resistive pad being bad, is that the failure mode is not random. If it fails or works correctly seems to be random, but the symptom itself is always the same. After compiling and uploading, the sketch may behave as expected, or not, it"s a 50 / 50 chance at this point. If the board behaves as expected, all buttons work perfectly. But, regardless of when the board decides not behave properly, the errant behavior is always the same. All of the buttons drawn on the display are where they should be, but when the failure occurs, all buttons don"t work. By trial and error I found that if I press in the general area of butx, it detects but2. I say in the general area of butx, because the area that responds is not in the exact area defined for butx. If I repeat this process 50 times, however many of those times the board fails to behave as expected, each of those times fail in exactly the same manner. Mind you that it either works or doesn"t, following a reboot. If it works as expected, it does so until reboot. It never works and then stops working properly in the middle of execution. It"s only following a reboot that it either fails or works.

7 cte tft lcd sd shield for arduino mega free sample

As a side note, I appreciate what you are trying to achieve here with your TFT_bitmap library, and different ways of achieving any given end result is the beauty of having many different people with many different combinations of hardware.

Also, the image quality is IDENTICAL..... The baby pictures look like they are rendered 16 bit in terms of colour graduation in the skin tone..... The original source looks fine. Not sure if situation would improve if downsampled in a graphics program BEFORE displaying on arduino? (Yes they do look better if converted to 16 bit before sending to Arduino)

7 cte tft lcd sd shield for arduino mega free sample

TFT touchscreens are the amazing graphical interface which can be used with microcontrollers such as Atmel, PIC, STM, as it has a wide color range, and good graphical ability and a good mapping of pixels.

This library is the continuation of my ITDB02_Graph, ITDB02_Graph16 and RGB_GLCD libraries for Arduino and chipKit. As the number of supported display modules and controllers started to increase I felt it was time to make a single, universal library as it will be much easier to maintain in the future.

NOTE: Due to the size of the library I do not recommend using it on ATmega328 (Arduino Uno) and ATmega32U4 (Arduino Leonardo) as they only have 32KB of flash memory. It will work, but you will be severely limited in available flash memory for your application.

This is our target, this file has the names of the modules and shields that are supported by this library, you can see in it a list of module names and module names for the UTFT which you should use to define your module.

#include "UTFT.h"
// Declare which fonts we will be using
extern uint8_t SmallFont[];// Set the pins to the correct ones for your development shield

extern uint8_t SevenSegNumFont[];extern unsigned int bird01[0x41A]; // Bird Bitmapint x, y; // Variables for the coordinates where the display has been pressed// Floppy Bird

7 cte tft lcd sd shield for arduino mega free sample

Spice up your Arduino project with a beautiful large touchscreen display shield with built in microSD card connection. This TFT display is big (7" diagonal) bright (14 white-LED backlight) and colorfu 800x480 pixels with individual pixel control. As a bonus, this display has a optional resistive touch panel with controller XPT2046 attached by default.

The shield is fully assembled, tested and ready to go. No wiring, no soldering! Simply plug it in and load up our library - you"ll have it running in under 10 minutes! Works best with any classic Arduino (Due/Mega 2560). This display shield has a controller built into it with RAM buffering, so that almost no work is done by the microcontroller. You can connect more sensors, buttons and LEDs.

Of course, we wouldn"t just leave you with a datasheet and a "good luck!" - we"ve written a full open source graphics library at the bottom of this page that can draw pixels, lines, rectangles, circles and text. We also have a touch screen library that detects x,y and z (pressure) and example code to demonstrate all of it. The code is written for Arduino but can be easily ported to your favorite microcontroller!

For 7 inch screen,the high current is needed.But the current of arduino uno or arduino mega board is low, an external 5V power supply is needed. Refer to the image shows the external power supply position on shield ER-AS-SSD1963.

If you"ve had a lot of Arduino DUEs go through your hands (or if you are just unlucky), chances are you’ve come across at least one that does not start-up properly.The symptom is simple: you power up the Arduino but it doesn’t appear to “boot”. Your code simply doesn"t start running.You might have noticed that resetting the board (by pressing the reset button) causes the board to start-up normally.The fix is simple,here is the solution.

7 cte tft lcd sd shield for arduino mega free sample

In this Arduino touch screen tutorial we will learn how to use TFT LCD Touch Screen with Arduino. You can watch the following video or read the written tutorial below.

For this tutorial I composed three examples. The first example is distance measurement using ultrasonic sensor. The output from the sensor, or the distance is printed on the screen and using the touch screen we can select the units, either centimeters or inches.

The next example is controlling an RGB LED using these three RGB sliders. For example if we start to slide the blue slider, the LED will light up in blue and increase the light as we would go to the maximum value. So the sliders can move from 0 to 255 and with their combination we can set any color to the RGB LED,  but just keep in mind that the LED cannot represent the colors that much accurate.

The third example is a game. Actually it’s a replica of the popular Flappy Bird game for smartphones. We can play the game using the push button or even using the touch screen itself.

As an example I am using a 3.2” TFT Touch Screen in a combination with a TFT LCD Arduino Mega Shield. We need a shield because the TFT Touch screen works at 3.3V and the Arduino Mega outputs are 5 V. For the first example I have the HC-SR04 ultrasonic sensor, then for the second example an RGB LED with three resistors and a push button for the game example. Also I had to make a custom made pin header like this, by soldering pin headers and bend on of them so I could insert them in between the Arduino Board and the TFT Shield.

Here’s the circuit schematic. We will use the GND pin, the digital pins from 8 to 13, as well as the pin number 14. As the 5V pins are already used by the TFT Screen I will use the pin number 13 as VCC, by setting it right away high in the setup section of code.

As the code is a bit longer and for better understanding I will post the source code of the program in sections with description for each section. And at the end of this article I will post the complete source code.

I will use the UTFT and URTouch libraries made by Henning Karlsen. Here I would like to say thanks to him for the incredible work he has done. The libraries enable really easy use of the TFT Screens, and they work with many different TFT screens sizes, shields and controllers. You can download these libraries from his website, RinkyDinkElectronics.com and also find a lot of demo examples and detailed documentation of how to use them.

After we include the libraries we need to create UTFT and URTouch objects. The parameters of these objects depends on the model of the TFT Screen and Shield and these details can be also found in the documentation of the libraries.

Next we need to define the fonts that are coming with the libraries and also define some variables needed for the program. In the setup section we need to initiate the screen and the touch, define the pin modes for the connected sensor, the led and the button, and initially call the drawHomeSreen() custom function, which will draw the home screen of the program.

So now I will explain how we can make the home screen of the program. With the setBackColor() function we need to set the background color of the text, black one in our case. Then we need to set the color to white, set the big font and using the print() function, we will print the string “Arduino TFT Tutorial” at the center of the screen and 10 pixels  down the Y – Axis of the screen. Next we will set the color to red and draw the red line below the text. After that we need to set the color back to white, and print the two other strings, “by HowToMechatronics.com” using the small font and “Select Example” using the big font.

Next is the distance sensor button. First we need to set the color and then using the fillRoundRect() function we will draw the rounded rectangle. Then we will set the color back to white and using the drawRoundRect() function we will draw another rounded rectangle on top of the previous one, but this one will be without a fill so the overall appearance of the button looks like it has a frame. On top of the button we will print the text using the big font and the same background color as the fill of the button. The same procedure goes for the two other buttons.

Now we need to make the buttons functional so that when we press them they would send us to the appropriate example. In the setup section we set the character ‘0’ to the currentPage variable, which will indicate that we are at the home screen. So if that’s true, and if we press on the screen this if statement would become true and using these lines here we will get the X and Y coordinates where the screen has been pressed. If that’s the area that covers the first button we will call the drawDistanceSensor() custom function which will activate the distance sensor example. Also we will set the character ‘1’ to the variable currentPage which will indicate that we are at the first example. The drawFrame() custom function is used for highlighting the button when it’s pressed. The same procedure goes for the two other buttons.

So the drawDistanceSensor() custom function needs to be called only once when the button is pressed in order to draw all the graphics of this example in similar way as we described for the home screen. However, the getDistance() custom function needs to be called repeatedly in order to print the latest results of the distance measured by the sensor.

Here’s that function which uses the ultrasonic sensor to calculate the distance and print the values with SevenSegNum font in green color, either in centimeters or inches. If you need more details how the ultrasonic sensor works you can check my particular tutorialfor that. Back in the loop section we can see what happens when we press the select unit buttons as well as the back button.

Ok next is the RGB LED Control example. If we press the second button, the drawLedControl() custom function will be called only once for drawing the graphic of that example and the setLedColor() custom function will be repeatedly called. In this function we use the touch screen to set the values of the 3 sliders from 0 to 255. With the if statements we confine the area of each slider and get the X value of the slider. So the values of the X coordinate of each slider are from 38 to 310 pixels and we need to map these values into values from 0 to 255 which will be used as a PWM signal for lighting up the LED. If you need more details how the RGB LED works you can check my particular tutorialfor that. The rest of the code in this custom function is for drawing the sliders. Back in the loop section we only have the back button which also turns off the LED when pressed.

In order the code to work and compile you will have to include an addition “.c” file in the same directory with the Arduino sketch. This file is for the third game example and it’s a bitmap of the bird. For more details how this part of the code work  you can check my particular tutorial. Here you can download that file:

7 cte tft lcd sd shield for arduino mega free sample

TFT/SD Shield for Arduino DUE TFT LCD Module SD Card Adapter 2.8 3.2 inch Mega. www 100% brand new CTE TFT LCD / SD card shield for Arduino DUE Description: Now, you can drive TFT LCD in a much faster speed using 84Mhz Ardiuno DUE. The shield is designed to fit two types of LCD: 1. 40pin version LCD which is commonly used in previous version of TFT Mega shield for Arduino MEGA 2560 2. 32pin version LCD which is commonly used in STM32 development board. (unsoldered) Check the pinout HERE The shield route all the LCD data pins to port PC1-PC8 and PC12-19, control pins to PD0-PD3, this design can acheive high speed data transfer (three cycles per write strobe to the LCD) to maximize LCD display speed. The SPI interface (for SD or flash control) is route to the ISP header of arduino DUE, so that high speed SPI transfer with DMA can be achieved. The shield is compatible with Arduino DUE and the following LCD , which is avaliable in our store: 2.2" TFT LCD Module (220x176) 2.8" TFT LCD Module (320x240) 3.2" TFT LCD Module with Font IC (320x240) 3.2" High Resolution TFT LCD Module with Font IC (480x320) 3.5" TFT LCD Module with Font IC (480x320) (Full viewing angle IPS panel) 4.0" TFT LCD Module with Font IC (480x320) 4.3" TFT LCD Module with Font IC (480x272) 5.0" TFT LCD Module with Font IC (800x480) 7.0" TFT LCD Module with Font IC (800x480) The shield support Henning Karlsen"s UTFT library, which can be downloaded here: [link removed by eBay] Together with these SPIFlash , the shield also support Henning Karlsen"s SPIFlash library, which can be downloaded here: [link removed by eBay] To use it on the UTFT library simply: 1.uncomment "#define CTEDUESHIELD 1" in the HWARMdefines.h in the \hardware\arm folder of the UTFT library 2.Change the pinout to : UTFT myGLCD(CTE50,25,26,27,28); Download shield schematic and information HERE If you using Arduino MEGA 2560, the shield is HERE Geninue CTE products, over 1400pcs sold in the old listing Packing list: 1. CTE TFT/SD Shield for Arduino DUE 2. 32pin header (Not shipped when purchased with LCD) Features: Drive TFT LCD on arduino DUE by just plugging into arduino DUE main board, no flying wires. Compatible with 40-pin version LCD, which is commonly used in TFT Mega shield Also comptabile with 32-pin version LCD, which is commonly used in STM32 development board On board SD card slot with adjustable CS selection On board SPI flash footprint with adjustable CS selection, for upgrade to include Font IC to draw text to the LCD and also support for SPIFlash library LCD power 3.3V and 5V selectable through solder jumpers LCD Backlight (LEDA+) 3.3V., 5V or PWM selectable through solder jumpers Pins are routed to reduce CPU cycles, i.e. display speed is fastest About us: We specialized in providing TFT LCD modules embedded systems for fun and creativity. TFT LCD models are tested and selected for sale for greatest quality and cheapest price. Models-specific initialization code is provided to save your time in optimizing power control and gamma values for your TFT LCD. Click HERE to see all my products which may interests you! Shipping: Shipping Service: All items will be sent from Hong Kong by HK Post. Economy Int"l Shipping (This is the default shipping method, unless specified): This shipping use normal airmail post and is not trackable Standard Int"l Shipping (For an additional charge of USD$2.5) This shipping use registered airmail post and is trackable in Hongkong Post and Post Website of some countries. Items will be sent to you as a registered packet. Express Int"l Shipping : This shipping use HK Speed post, DHL, Fedex or UPS. Usually they takes 4-7 workdays. If you need your items to be shipped in this way, please contact us and we will change the shipping charges. Item will ship to your Paypal Confirmed Address, so please make sure your shipping address is correct before you buy item. Buyer need ship to other address (not Paypal confirmed address) should contact us before buying the item. We have no responsiblity for wrong shipping due to shipping address provided wrongly. Normally, import taxes does not apply on samples and small quantities. However, if import duties, taxes and charges imposed, we are not responsible for these charges. Delivery Time: Items will be ship within 3 business days once full payment is settled. The chart shown are not the actual time, they are only for your reference. Delivery time depends on the efficiency and performance of the local post office and customs, We hope you can understand for the uncontrollable shipping time. Country Delivery Time United States 7-12 Working Days United Kingdom 7-14Working Days Canada 7-14Working Days Australia 7-14Working Days France 14-21 Working Days Italy 14-21 Working Days Spain 14-21 Working Days Rest of Europe 14-21 Working Days Asia 7-12 Working Days South America 14-28 Working Days Other countries 21-30 Working Days Payment: We only accept Paypal and we will ship out the items within three days after payment is confirmed Replacement and Exchange 1. Exchange/replace item within 7 days counting from the day you receive merchandise. 2. Buyer will pay the return shipping cost regardless any reasons. No exception. 3. Exchange/replace item if only item is in same condition as when we shipped out. No exception. 4. Unwanted product returns will be subject to a 15% restocking fee and merchandise must be in the unused condition only. Ratings and Feedback: 1. When you receive the shipment and satisfied with the product, please leave us positive feedback and 5 STAR scores DSR. We will do the same for you. 2. Please DO NOT open case with Ebay or leave neutral/negative feedback without any communication with us. If, for any reason you are not satisfied with your transaction, please contact us via Ebay Message or e-mail us and we will do our best to resolve the issue. Powered by eBay Turbo Lister The free listing tool. List your items fast and easy and manage your active items.

7 cte tft lcd sd shield for arduino mega free sample

I have a LCD connected to an Arduino which displays images and the image is shown on the serial if it is touched. I want to send the data written on the serial to a PC using Xbee. I have configured the Xbee modules and they are working fine.

7 cte tft lcd sd shield for arduino mega free sample

So someone provided me an "Arduino Mega 2560", a "CTE TFT LCD/SD for Arduino Due [I just read that from the shield"s PCB xd] {CTE v1.04}", and a TFT LCD Display with an SD Card slot... which is only labeled as "TFT_320QVT_9341"... that"s the only text in the PCB apart from the pins" labels.

The LCD screen can"t be directly plugged into the Arduino as it has more pins than the mega"s digital pins, so I"m assuming that the shield is included to act as an adapter between the screen and the arduino.

Since yesterday, I was trying to get it to work with UTFT (the latest version available) but I never had any luck of getting anything displayed apart from a blank, white screen of nothingness.

Hi all, have searched for help in the forum and found none on this combination. I"m using the UTFT libraries and the 320x240 example in the library. Using the 1.5.8 IDE. The code compiles fine, uploads fine, displays a white screen. I have set the pins for the Due with this shield as directed as shown here:

That is a select line for the SD card? Surely that doesn"t prevent the screen from displaying video. Where is it set? Have not found it in any of the files.

You have correctly updated HW_ARM_defines.h, the UTFT initialiser is correct "UTFT myGLCD(ITDB32S,25,26,27,28);" assuming your display is the part "TFT_320QVT" and you are sure your Sainsmart shield is CTE compatible.

Yes, all brand new. I have run sketches with the serial monitor so the Due seems to be working. The CTE shield and TFT display are of course unknowns. I do have 2 of the displays and they both react the same, lights up with white screen and no video. The back of the displays have TFT_320QVT by the SD slot and the SainSmart website by the pins.

Let us assume also your shield is ok (based on the fact it is new??), did you edit the UTFT/memorysaver.h file? Check the line #define DISABLE_SSD1289 IS commented! eg :-

You appear to have done everything to resolve this issue yourself, so I am thinking you have 3 choices, bite the bullet and order a CTE shield, send the shield and display back to Sainsmart or get out your multimeter and check out the shield manually.

Yes the SSD1289 line is commented. I guess using jumper wires to go direct to the Due would be one way to eliminate the shield and prove it is or is not bad. If it were bad, one would think only the 4 lines defined at the top of the sketch would be the issue of white screen.

Thank you Graham! I found the both pairs of 3,3v and 5v jumpers were jumped. That mistake resulted in a system voltage of 4.1v. Removing the 5v jumpers corrected the voltage to 3.3 but the result is the same. I have returned both the display and the CTE shield for refund. Based on my InSain experience I will be looking for another vendor.

BTW, I did hook up my 4x20 LCD display just to be sure the Due wasn"t damaged and works beyond "Hello World." The example LCD code in UTFT works fine once I commented out the code that has not been ported for Due.

Thats an interesting point you make! I understood there were problems with UTFT library when IDE 1.5.7 was released, and Henning issued an update to his libraries to deal with those problems, but I was not aware of any differences between 1.5.7 and 1.5.8. Can you confirm which version of UTFT you are using?

Maybe you should upgrade your version of UTFT? Based on the fact the compatibility issues I mentioned were already resolved in a later version than yours.....

So I checked and the uno was working, the LCD was working but the combo UNO, shield and LCD was not working. I noticed that the LCD is getting very hot.

yes it is possible, but you need to do several things first. Look at your schematic and identify the PWM pin for the back display. Make sure this pin is compatible with your display, and not being used. If it is available and compatiblewith your display, you will need to do the following.

If you are not completely satisfied with your purchase for any reason, you may return it to us for a full refund within 15 days from delivery date. All returned items must be in new and unused condition, with all original tags and labels attached.

All customers should contact us and obtain Return Merchandise Authorization (RMA) number before sending anything to us. We will not be responsible for returned item(s) without notifying us in advance.

If any of the items you have purchased from us is found defective within 1 year from receipt, you are entitled to a repair under warranty. Please kindly provide us with evidence photos or videos of the defective item. After providing such information to our Customer Service team and the problem is acknowledged, you can send the items back to us for a repair.

If you want to cancel an order within 24 hours from confirmation of the payment, you will be entitled to a full refund. It is still possible to cancel an order after 24 hours, provided that it has not yet been shipped. If an order has been shipped, it’s impossible for us to cancel or modify it anymore. If you still want a refund, you required to return the item on it’s arrival.

The shield route all the LCD data pins to port PC1-PC8 and PC12-19, control pins to PD0-PD3, this design can achieve high speed data transfer (three cycles per write strobe to the LCD) to maximize LCD display speed. The SPI interface (for SD or flash control) is route to the ISP header of arduino DUE, so that high speed SPI transfer with DMA can be achieved.

Please note that TOMTOP Forums are a community for all communicating and getting help each other. There will be some enthusiastic friends participate in your discussions. Of course TOMTOP customer service (with tomtop customer service icon) response is guaranteed ,which is the same way you contact us at http://www.tomtop.com/contacts

3.1.1.Q*Coin is a Virtual Utility eToken that can only be used to purchase products and services provided by Qoo10 networks(Qoo10 Pte. Ltd. and affiliates and subsidiaries). It is not registered/traded on a cryptocurrency exchange and cannot be used for investment in other cryptocurrencies or to purchase or exchange liquidity products

3.2.1.Wisfarm is a program that the company supports sellers, and provides sellers with the funds (cash flow) necessary for product development and sourcing, securing regular customers, increasing exposure and promotion through communication, and selling overseas markets through CBT eCommerce Platform of Qoo10 networks.

3.2.2.Users can participate as Wisfarm Affiliate Supporters by using Q*Coin as their voting right. Based on the amount of Q*Coin collected in this way, the company decides whether to support the seller and supports them. The company can provide Affiliate Rewards to users who participate as Wisfarm Affiliate Supporters by linking the seller"s sales performance.

3.3.We reserve the right to temporarily or permanently modify, suspend or terminate a whole or part of the Services. Advanced notices shall be posted on our website or app and you are responsible to look out for and familiarize yourself with such notices.

4.1.To have access to the Services, the User must have registered for an Account with the Company (whether as a Buyer or as a Seller) and expressly agreed to the Terms and Conditions (For Buyers) and/or Terms and Conditions (For Sellers).

4.2.5.When the Platform and/or facility reaches its optimum capacity or faces technical difficulties and/or we have reasonable grounds to believe that you may cause the Platform to operate beyond the optimum capacity or cause technical difficulties;

4.3.We may request for Users to deliver such documents and evidence, under the applicable "know your customer" and anti-money laundering law(s) and/or our own internal guidelines from time to time, to confirm (i) the User’s identity, age and other necessary information to confirm the veracity of the aforementioned information; Users agree that they shall promptly provide such requested information or documentation to us within two (2) business days upon our request. If a User fails to provide the required documents within two (2) business days, we have the sole discretion to take any the necessary action(s), including but not limited to:

5.1.If the Company temporarily suspends the User’s Account under the Terms and Conditions (For Buyers) and/or Term and Conditions (For Sellers), the Company will also have the right to temporarily suspend its Services to the User in question under these Terms.

5.2.The Company reserves the right to temporarily or permanently modify, suspend or terminate a whole or part of the Services at any time for any reason whatsoever, including but not limited to:

5.3.For the purposes of these Terms, a Force Majeure Event is defined as a circumstance or event beyond the reasonable control of the Company, and which results in the Company being unable to observe or perform on time an obligation under these and Terms. Such circumstances or events include without limitation prolonged technical, internet, computer, telecommunications or any other equipment failure, prolonged electrical power failures, strikes, labour disputes, riots, insurrections, civil upheavals, shortages of labour or materials, fires, explosions, acts of God, wars, governmental actions, national emergencies, orders of domestic or foreign courts or tribunals, non-performance of third parties or acts of nature, forces or causes beyond the Company’s reasonable control.

5.4.Advanced notices of any suspension or termination of Services shall be posted on our website or app and you are responsible to look out for and familiarize yourself with such notices.

6.1.A smart wallet is digital wallet found on the Platform that is compatible to receive and access any purchased Q*Coins (particularly, that it supports and conforms to the necessary specifications and its native blockchain system),