Touch GFX #7. How to Implement Keyboard

Поділитися
Вставка
  • Опубліковано 5 лют 2025

КОМЕНТАРІ • 20

  • @scottolsen4314
    @scottolsen4314 Місяць тому

    Thanks!

  • @GowriVR
    @GowriVR 5 місяців тому

    While displaying the values typed in keyboard to the text box, it is not working for me. How can I troubleshoot?

  • @starpixel3998
    @starpixel3998 Рік тому

    Hello sir good day, Thank you for the tutorial it was very helpful. Can you please make tutorial on how to read the wildcard values?

    • @ControllersTech
      @ControllersTech  Рік тому

      Wildcard values are sent from mcu to the display. So mcu already know these values.

  • @goodmantarvoid9529
    @goodmantarvoid9529 9 днів тому

    is there a way to change the keyboard's size?

    • @ControllersTech
      @ControllersTech  9 днів тому

      You need to use a new image. This keyboard image is the one ST provides in their examples. You can use another keyboard also.

  • @amorftor
    @amorftor Рік тому

    Hello, i need bigger keyboard for that. The keyboard remains the same even with a larger height first and width verse. How can I fix this?

    • @ControllersTech
      @ControllersTech  Рік тому +1

      You need to design the whole interface by yourself. Add responsive layout for varying width.
      As of now touchgfx don’t provide keyboard element, so it can’t be done from the UI.
      Read the customkeyboard code and design another one as per your requirement.

  • @mohamedraqi1291
    @mohamedraqi1291 Рік тому

    Please Help me!!!
    I use stm32f769i disco kit
    I create simple screans using touchGFX
    In the test, the screan work fine For a few second, but after that it freeze with no reason, so i restart it and the same problem is repeating for any project i create, even for simple tests
    I m sur you can give me same answers, and thanks for your tutorials

  • @victorrodriguez3991
    @victorrodriguez3991 Рік тому

    Segui todo los pasos, pero al hacer la simulación da errar en: static const Keyboard::Layout layout =
    {
    BITMAP_KEYBOARD_BACKGROUND_ID,
    keyArray,
    30,
    callbackAreas,
    3,
    Rect(15, 10, 11 * 28, 40),
    TypedText(T_ENTEREDTEXT),
    0xFFFFFF,
    Typography::KEYBOARD,
    };
    el T_ENTEREDTEXT no lo encuentra... que debo hacer alguna idea o apoyo por favor... gracias. he realizado casi todos videos enteriores y son batante bueno.

    • @victorrodriguez3991
      @victorrodriguez3991 Рік тому

      Me falto decir que el archivo indicado con error es el KEYBOUADLAYOUT.HPP

  • @manojverma507
    @manojverma507 8 місяців тому

    how to get suggestion from local database when click on textbox

  • @carhero8688
    @carhero8688 Рік тому +1

    it would be better to copy the written string in the name and age string into the keyboard when the keyboard pops up.

    • @ControllersTech
      @ControllersTech  Рік тому +1

      indeed.
      But this is upto users to decide. The functions needed are all in there.

    • @carhero8688
      @carhero8688 Рік тому

      ​@@ControllersTech Got it, will review it.

  • @DianiAmine
    @DianiAmine Рік тому

    THANKSS

  • @carhero8688
    @carhero8688 Рік тому +1

    ST GUI team like this video🙂

  • @Skhillz_FN
    @Skhillz_FN Рік тому

    Fivver rules i just realized the reality of the true gui capabilities of stm32 woow
    Got recommended instead of paying to have it built