zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[GigaCourse.com] Udemy - microcontroller and c programming language with tft lcd ex
magnet:?xt=urn:btih:8b5fcb09cfee5f3c63e3b8ec4d043fa27d945cce&dn=[GigaCourse.com] Udemy - microcontroller and c programming language with tft lcd ex
磁力链接详情
文件列表详情
8b5fcb09cfee5f3c63e3b8ec4d043fa27d945cce
infohash:
112
文件数量
4.55 GB
文件大小
2021-10-14 20:07
创建日期
2024-12-3 03:50
最后访问
相关分词
GigaCourse
com
Udemy
-
microcontroller
and
c
programming
language
with
tft
lcd
ex
1. Introduction/1. Introduction.mp4 22.64 MB
10. MCU Preproccesprs/1. Use preproccesor define in project.mp4 9.26 MB
10. MCU Preproccesprs/2. Use If preproccesor in project.mp4 71.36 MB
10. MCU Preproccesprs/3. Use Compiler preproccesor.mp4 17.75 MB
10. MCU Preproccesprs/4. write function in preproccesor.mp4 30.35 MB
11. GLC Introduction/1. Introduction to TFT(Active) displays and STN (Passive) displayse and their di.mp4 93.18 MB
11. GLC Introduction/2. Introduction to RGB LCD,s and how they work.mp4 37.13 MB
11. GLC Introduction/3. Introduction to mcufriend TFT lcd.mp4 24.26 MB
11. GLC Introduction/4. Introduction to resistive touch screens.mp4 20.79 MB
12. GLC Library/1. Look at Adafruit_TFTLCD and Adafruit_GFX librarys and their functions.mp4 91.88 MB
12. GLC Library/2. All library that you need to install for TFT lcd.mp4 37.35 MB
12. GLC Library/3. Install all library that we need from library managment.mp4 20.57 MB
12. GLC Library/4. Include all the necessory library to our project.mp4 41.34 MB
12. GLC Library/5. Change librarys to be able to support our TFT Lcd.mp4 97.64 MB
13. GLC Text/1. Fill screen with black color.mp4 44.88 MB
13. GLC Text/10. Change text size.mp4 19.22 MB
13. GLC Text/11. Change text background color.mp4 30.74 MB
13. GLC Text/12. Use Wrap function of text in tft lcds.mp4 29.92 MB
13. GLC Text/13. Get width and height of TFT LCD.mp4 27.02 MB
13. GLC Text/2. Print text on screen.mp4 27.9 MB
13. GLC Text/3. Create custom color and use it in tft lcd.mp4 53.38 MB
13. GLC Text/4. Draw vertical line.mp4 57.68 MB
13. GLC Text/5. all about lcd screen size and use it.mp4 56.2 MB
13. GLC Text/6. Draw custom line from start to stop.mp4 42.39 MB
13. GLC Text/7. Create simple text animation with setcursor.mp4 40.06 MB
13. GLC Text/8. Create text animation with for loop.mp4 48.5 MB
13. GLC Text/9. Change text color to custom color.mp4 27.46 MB
14. GLC Shapes/1. Create Rectangular shape.mp4 57.72 MB
14. GLC Shapes/2. Create filled rectangular shape.mp4 20.54 MB
14. GLC Shapes/3. Draw circle and fill circle.mp4 25.72 MB
14. GLC Shapes/4. Draw round rectangular and filled rectangular.mp4 28.08 MB
14. GLC Shapes/5. Draw triangle and fill triangle.mp4 44.43 MB
15. GLC Fonts/1. introduction to fonts and their problems.mp4 30.67 MB
15. GLC Fonts/2. Use custom font.mp4 47.2 MB
15. GLC Fonts/3. Use seven segment font.mp4 51.6 MB
16. GLC Images/1. Convert mono image to code.mp4 65.81 MB
16. GLC Images/2. Show mono image with custom color and background color.mp4 47.15 MB
16. GLC Images/3. animation with mono images.mp4 22.25 MB
16. GLC Images/4. Convert RGB colored image to code.mp4 29.92 MB
16. GLC Images/5. Show RGB colored image on tft lcd.mp4 36.19 MB
16. GLC Images/6. Real example of bitmaps.mp4 38.07 MB
17. GLC Touch Screen/1. How to read touch screen position.mp4 26.02 MB
17. GLC Touch Screen/2. Try to find some documentation about touch screen adafruit library.mp4 49 MB
17. GLC Touch Screen/3. where to connect pins of touchscreen.mp4 25.1 MB
17. GLC Touch Screen/4. Get touch point and show it on terminal.mp4 29.87 MB
17. GLC Touch Screen/5. Use example code for our project.mp4 40.6 MB
17. GLC Touch Screen/6. Write code to use LCD and Touch screen together.mp4 63.88 MB
17. GLC Touch Screen/7. Use map function to calibrate touch screen with TFT lcd.mp4 79.59 MB
2. MCU 01 Variable and Pins and Operations/1. Lets Begin With Some Example.mp4 55.21 MB
2. MCU 01 Variable and Pins and Operations/10. operation priority.mp4 66.68 MB
2. MCU 01 Variable and Pins and Operations/11. how to store value in ROM Plus TIPS.mp4 30.21 MB
2. MCU 01 Variable and Pins and Operations/12. better way to do plus minus multiply and divide.mp4 46.46 MB
2. MCU 01 Variable and Pins and Operations/13. How To Set One Pin Of A port of MCU.mp4 68.72 MB
2. MCU 01 Variable and Pins and Operations/14. How to Set one pin of port wihout changing any other pin.mp4 28.62 MB
2. MCU 01 Variable and Pins and Operations/15. How to Reset one pin of a port To Zero without changing other pins.mp4 27.24 MB
2. MCU 01 Variable and Pins and Operations/16. how to Set one pin of port to highwith shifting.mp4 53.94 MB
2. MCU 01 Variable and Pins and Operations/17. How you can Reset One Bit to zero with shiftin.mp4 53.75 MB
2. MCU 01 Variable and Pins and Operations/2. lets talk about char variables.mp4 150.52 MB
2. MCU 01 Variable and Pins and Operations/3. Variables and their limitations.mp4 28.77 MB
2. MCU 01 Variable and Pins and Operations/4. Important Tips About Char and Unsigned Char.mp4 49.89 MB
2. MCU 01 Variable and Pins and Operations/5. Naming of Variables Rules Of C Language.mp4 16.3 MB
2. MCU 01 Variable and Pins and Operations/6. How to use int and float and see their diffrence.mp4 31.25 MB
2. MCU 01 Variable and Pins and Operations/7. how to do operations.mp4 33.76 MB
2. MCU 01 Variable and Pins and Operations/8. important tips about divide.mp4 53.79 MB
2. MCU 01 Variable and Pins and Operations/9. tips about increamenting variable by one.mp4 42.74 MB
3. MCU Printf @scanf in Depth/1. Printf Basic.mp4 19.6 MB
3. MCU Printf @scanf in Depth/2. Use Percent C Percent i Percent d Percent f in printf.mp4 54.98 MB
4. MCU Loops And Decision Making/1. First kind of loop that you see in every C programming language.mp4 35.85 MB
4. MCU Loops And Decision Making/10. Use if and if else in loop.mp4 38.3 MB
4. MCU Loops And Decision Making/11. break command in loop.mp4 17 MB
4. MCU Loops And Decision Making/12. Continue command in loop.mp4 16.06 MB
4. MCU Loops And Decision Making/13. use switch case instead of if and show its disadvanges.mp4 45.94 MB
4. MCU Loops And Decision Making/2. how for loop work.mp4 29.92 MB
4. MCU Loops And Decision Making/3. Use float as counter in for loop.mp4 12.25 MB
4. MCU Loops And Decision Making/4. What ascii table is and how to use it.mp4 47.07 MB
4. MCU Loops And Decision Making/5. Use for loop to show some of ascii table.mp4 44.35 MB
4. MCU Loops And Decision Making/6. another example with for loop.mp4 8.71 MB
4. MCU Loops And Decision Making/7. Use for loop inside another for loop that called nested loop.mp4 28.49 MB
4. MCU Loops And Decision Making/8. How to use while loop like for loop and use its advangages.mp4 13.78 MB
4. MCU Loops And Decision Making/9. Do while loop.mp4 8.7 MB
5. MCU Function/1. create a simple function that do summing for us.mp4 40.51 MB
5. MCU Function/10. Local variable and global variable and their pro and cons.mp4 49.77 MB
5. MCU Function/11. Use global variable in functions example.mp4 37.8 MB
5. MCU Function/2. write a function that simplifi printf for showing an decimal value.mp4 35.5 MB
5. MCU Function/3. How to debug and everything about debug buttons.mp4 68.8 MB
5. MCU Function/4. How you can create function at bottom of page to work in all compilers.mp4 10.2 MB
5. MCU Function/5. Function example . write function that get age of someone that you want.mp4 52.03 MB
5. MCU Function/6. pro and cons of function . less rom usage or faster execution.mp4 18.2 MB
5. MCU Function/7. Function Example . write a function that finde max value.mp4 56.23 MB
5. MCU Function/8. Function Exampe . write function that show max value.mp4 29.67 MB
5. MCU Function/9. Function Example . write last example without if else.mp4 17.44 MB
6. Arrays/1. create a char array and initiliza it and change its value and show its value.mp4 40.74 MB
6. Arrays/2. Example . use loop to fill array and show them.mp4 51.06 MB
6. Arrays/3. Example . create a function that calculate float average of some numbers.mp4 116.03 MB
6. Arrays/4. Example . Use for loop with array.mp4 30 MB
6. Arrays/5. Multidimential array . give it a value and access its values.mp4 53.21 MB
6. Arrays/6. Use nested for loop for multidimential array.mp4 37.65 MB
7. MCU Pointers/1. what is pointer and how to use them.mp4 68.3 MB
7. MCU Pointers/2. Example . Use pointer for input of function.mp4 60.45 MB
7. MCU Pointers/3. Use pointer for input and output of function to save ram and speed.mp4 84.72 MB
8. MCU Struct/1. How to create a struct and use it.mp4 73.83 MB
8. MCU Struct/2. give a value to array with strcpy function.mp4 8.53 MB
8. MCU Struct/3. Example .Use struct and array and scanf together.mp4 34.14 MB
8. MCU Struct/4. Example . Use If and printf for struct.mp4 115.16 MB
8. MCU Struct/5. Example . write a function that has struct as input.mp4 44.69 MB
9. MCU Union Bitfield And Typedef/1. Everything about union.mp4 28.14 MB
9. MCU Union Bitfield And Typedef/2. Show everything about union on calculator.mp4 32.58 MB
9. MCU Union Bitfield And Typedef/3. Size of union.mp4 15.91 MB
9. MCU Union Bitfield And Typedef/4. Use bitfiled in struct.mp4 28.95 MB
9. MCU Union Bitfield And Typedef/5. Use struct professionaly.mp4 38.62 MB
9. MCU Union Bitfield And Typedef/6. Use Typedef to be faster in coding.mp4 20.84 MB
9. MCU Union Bitfield And Typedef/7. Use typedef with struct.mp4 25.34 MB
其他位置