What needs to be done: develop an EXE application in C++; create a modern graphical interface according to my design; implement the program logic; ensure stable operation on Windows 10 and Windows 11; provide the source code in Visual Studio (.sln, .vcxproj). I already have: interface design (screenshots attached); program operation concept; list of features to discuss with the performer. Requirements for the performer: confident knowledge of C++; experience with Microsoft Visual Studio; experience in developing Windows Desktop applications; neat and readable code; willingness to maintain communication during development. Please, in your response send: examples of your EXE programs; experience with C++; estimated completion time; cost of work.
Proposals are currently absent
Proposals are currently absent
-
Oleksii Mamontov 23 July 2024Було б вірним рішенням , викласти datasheet на дисплей, бо ніхто мабуть і крім не здогадується що за марка дисплея у вас ))
-
Volodymyr Semenov
23 July 2024
Type - LCDs
Material - AMOLED
Screen - < 2"
Model Number - TOP014MIPI400400RF-01A
LCD Kit - Yes
Brand Name - Wisecoco
Origin Mainland - China
Certification - none
Screen Size - 1.39 Inch
Resolution - 400*400
Pixel Format - RGB Vertical Stripe
Display Area - 35.4(W)*35.4(H) mm
Outline Size - 40.5(W)*38.6(H) *0.79(D) mm
Brightness - 300 nits
Viewing Angle - 80/80/80/80
Signal Interface - MIPI (1 data lane) , 24 pins , Connector
-
Volodymyr Semenov
23 July 2024
мне нужно воспроизвести мое видео на этот экран с очень маленького устройства так как есть запрос на компактность и маленький вес которое будет питаться от powerbank только на протяжение 5 часов
поэтому raspberry по размеру и легкости питания пришел в голову только
если есть идея намного круче с удовольствием выслушаю может я чего то незнаю и есть устройства еще меньше и надежнее которые смогут по HDMI вывести картинку на этот экран
-
Oleksii Mamontov 23 July 2024Так может Вам не нужна эта плата адаптер с hdmi разъемом )) и распбери.
Если был бы даташит на дисплей то все было возможно намного интересней.
И хватило бы микроконтроллера например stm32g431 ценой в 3 $
-
Oleksii Mamontov 23 July 2024Mipi dsi например
Но без даташите на дисплей вряд-ли что то можно будет понять.
На последок распбери это плата с глюками по usb и видео из-за особливостей реалізації.
Ну також вважати маленькім пристроєм для батарейного живлення - распбері , то вже занадто )))
-
Oleksii Mamontov 24 July 2024Також якщо вам потрібно відображення якісь емоцій , вашої іграшкі , то можете встановити дисплей трошкі простіше.
Його потягне stm32FG0 серія, з інтерфейсом spi.
Та він не вигорить бо вказана матриця іps.
-
Igor B. 24 July 2024Добрый день. А если с RPi через HDMI на TV - картинка нормально передаётся? Пробовали?
Current freelance projects in the category C & C++
Good day It is necessary to create a module that will work with the Firebird database in C++ for selling products. There are examples of ready-made solutions and a description of the module's functionality. Main functions: authorization, selection of products on the screen from groups/subgroups, transition to the cart, payment by card, and printing the receipt. The program must work on Windows 10 and above, using the existing database.
A patch is required for the graphics card driver that expands the capabilities of managing the graphics adapter by adding additional user settings. The patch must integrate into the existing driver architecture without disrupting its core functionality and ensure compatibility with supported versions of the operating system. The main goal is to provide more flexible access to parameters that are not available in the standard driver control panel, with the ability to modify them through a user interface or software API. The patch should provide a modular structure that allows for the addition of new parameters in the future without significant code redesign. It is necessary to ensure proper error handling, change logging, the ability to revert settings to default values, as well as maintain compatibility with future driver updates as much as possible. The solution should be accompanied by technical documentation describing the architecture, implemented capabilities, limitations, and testing recommendations.
Automation on the site - echerha
We are a large logistics company with our own exports. We have a large fleet of vehicles and we constantly send our own vehicles for export to European countries.Description Website: https://echerha.gov.ua/ On this website, we place our vehicles in an electronic queue for crossing the state border. During registration, the following data must be entered: driver's first and last name; foreign passport number; email address; logistics phone number for notifications; type of vehicle (cargo); manufacturer's name of the vehicle; state registration number of the tractor; state registration number of the trailer; customs declaration number. A specific day and time for crossing the border is predetermined for each vehicle. For example, the vehicle must pass through the "Rava-Ruska" checkpoint on Monday at 10:00.Our Problem - The queue on the website https://echerha.gov.ua/ moves unpredictably. - For example, today is Friday, and the vehicle must cross the border on Monday at 10:00. - We do not know exactly when the queue will start moving. This can happen on Friday evening, at any time on Saturday or Sunday, early in the morning, during the day, or late at night. - When the queue starts moving, it is immediately visible on the website. Sometimes, within just a few minutes, it can move from Friday to Monday or even to Tuesday. - Because of this, logistics personnel are forced to constantly monitor the mobile application or website to not miss the moment when the queue reaches the required date and time. If this moment is missed, we physically cannot place the vehicle in the queue for the needed time slot.Task - After entering the vehicle data (for example, into a table or another interface, depending on the programmer's implementation), the system should automatically track the movement of the queue. - When the queue reaches the predetermined date and time, the system should automatically fill in the necessary data and place the vehicle in the queue without the involvement of the logistics personnel.